aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-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. */