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, 2 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 9a3409a2..540dc7ea 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1878,6 +1878,8 @@ thread_main_handle_connection (void *data)
1878 if (was_suspended) 1878 if (was_suspended)
1879 { 1879 {
1880 MHD_update_last_activity_ (con); /* Reset timeout timer. */ 1880 MHD_update_last_activity_ (con); /* Reset timeout timer. */
1881 /* Process response queued during suspend and update states. */
1882 MHD_connection_handle_idle (con);
1881 was_suspended = false; 1883 was_suspended = false;
1882 } 1884 }
1883 1885