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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index a65aca8f..55bd363c 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1589,6 +1589,7 @@ MHD_resume_connection (struct MHD_Connection *connection)
1589 MHD_PANIC ("Failed to release cleanup mutex\n"); 1589 MHD_PANIC ("Failed to release cleanup mutex\n");
1590} 1590}
1591 1591
1592
1592/** 1593/**
1593 * Run through the suspended connections and move any that are no 1594 * Run through the suspended connections and move any that are no
1594 * longer suspended back to the active state. 1595 * longer suspended back to the active state.