commit 46a8b84760a08c87b3b707ecb30797b245827361
parent cf9bb9428f0065cf0ca8ef2c726933b4db2385f1
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 1 Mar 2017 23:47:40 +0300
Clarified comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
@@ -3621,7 +3621,7 @@ MHD_poll_all (struct MHD_Daemon *daemon,
* 'daemon->urh_head' list. */
MHD_connection_finish_forward_ (urh->connection);
urh->clean_ready = true;
- /* If 'urh->was_closed' set to true, connection will be
+ /* If 'urh->was_closed' already was set to true, connection will be
* moved immediately to cleanup list. Otherwise connection
* will stay in suspended list until 'urh' will be marked
* with 'was_closed' by application. */