Просмотр исходного кода

test_client_put_stop: fixed typo in comment

Evgeny Grin (Karlson2k) 2 лет назад
Родитель
Сommit
1fcb70018d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/microhttpd/test_client_put_stop.c

+ 1 - 1
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;