aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-01 23:47:40 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-01 23:49:02 +0300
commit46a8b84760a08c87b3b707ecb30797b245827361 (patch)
treeda30966cacc8f8a0db9084e326f69c063b4af880
parentcf9bb9428f0065cf0ca8ef2c726933b4db2385f1 (diff)
downloadlibmicrohttpd-46a8b84760a08c87b3b707ecb30797b245827361.tar.gz
libmicrohttpd-46a8b84760a08c87b3b707ecb30797b245827361.zip
Clarified comment
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index e0d0b522..95239427 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -3621,7 +3621,7 @@ MHD_poll_all (struct MHD_Daemon *daemon,
3621 * 'daemon->urh_head' list. */ 3621 * 'daemon->urh_head' list. */
3622 MHD_connection_finish_forward_ (urh->connection); 3622 MHD_connection_finish_forward_ (urh->connection);
3623 urh->clean_ready = true; 3623 urh->clean_ready = true;
3624 /* If 'urh->was_closed' set to true, connection will be 3624 /* If 'urh->was_closed' already was set to true, connection will be
3625 * moved immediately to cleanup list. Otherwise connection 3625 * moved immediately to cleanup list. Otherwise connection
3626 * will stay in suspended list until 'urh' will be marked 3626 * will stay in suspended list until 'urh' will be marked
3627 * with 'was_closed' by application. */ 3627 * with 'was_closed' by application. */