From 1fcb70018dba82c8702daecad715fbe3fadb254e Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Wed, 17 May 2023 19:57:30 +0300 Subject: [PATCH] test_client_put_stop: fixed typo in comment --- src/microhttpd/test_client_put_stop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microhttpd/test_client_put_stop.c b/src/microhttpd/test_client_put_stop.c index a89d3586..175ea743 100644 --- a/src/microhttpd/test_client_put_stop.c +++ b/src/microhttpd/test_client_put_stop.c @@ -1443,7 +1443,7 @@ performQueryExternal (struct MHD_Daemon *d, struct _MHD_dumbClient *clnt) else { /* When rate limiter is enabled, all sent packets must be received - * before client close connection to avoid RST for every ACK. + * before client closes connection to avoid RST for every ACK. * When rate limiter is not enabled, the MHD must receive at * least something before closing the connection. */ do_client = 0;