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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 2a88ea83..de36296f 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2901,6 +2901,9 @@ resume_suspended_connections (struct MHD_Daemon *daemon)
2901 pos->epoll_state &= ~MHD_EPOLL_STATE_SUSPENDED; 2901 pos->epoll_state &= ~MHD_EPOLL_STATE_SUSPENDED;
2902 } 2902 }
2903#endif 2903#endif
2904 /* Process response queued during suspend and update states. */
2905 if (!used_thr_p_c)
2906 MHD_connection_handle_idle (pos);
2904 } 2907 }
2905#ifdef UPGRADE_SUPPORT 2908#ifdef UPGRADE_SUPPORT
2906 else 2909 else