From a9cd61a224e3696ae012a2f9b6f7faa90a07df93 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 403a4d5c..eb481567 100644 --- a/src/microhttpd/test_client_put_stop.c +++ b/src/microhttpd/test_client_put_stop.c @@ -1533,7 +1533,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;