aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-05-17 19:57:30 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-06-01 09:31:43 +0300
commita9cd61a224e3696ae012a2f9b6f7faa90a07df93 (patch)
tree9ab4603552151727df7a8bcdc4f5581532f73e32
parent2bb7c9f2e6352e6e2345b8768b3b9f3b9d582bc9 (diff)
downloadlibmicrohttpd-a9cd61a224e3696ae012a2f9b6f7faa90a07df93.tar.gz
libmicrohttpd-a9cd61a224e3696ae012a2f9b6f7faa90a07df93.zip
test_client_put_stop: fixed typo in comment
-rw-r--r--src/microhttpd/test_client_put_stop.c2
1 files changed, 1 insertions, 1 deletions
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)
1533 else 1533 else
1534 { 1534 {
1535 /* When rate limiter is enabled, all sent packets must be received 1535 /* When rate limiter is enabled, all sent packets must be received
1536 * before client close connection to avoid RST for every ACK. 1536 * before client closes connection to avoid RST for every ACK.
1537 * When rate limiter is not enabled, the MHD must receive at 1537 * When rate limiter is not enabled, the MHD must receive at
1538 * least something before closing the connection. */ 1538 * least something before closing the connection. */
1539 do_client = 0; 1539 do_client = 0;