libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit a9cd61a224e3696ae012a2f9b6f7faa90a07df93
parent 2bb7c9f2e6352e6e2345b8768b3b9f3b9d582bc9
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 17 May 2023 19:57:30 +0300

test_client_put_stop: fixed typo in comment

Diffstat:
Msrc/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 @@ -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;