aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 9a762159..9e9c0d73 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -2112,7 +2112,7 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response,
2112 urh->in_eready_list = true; 2112 urh->in_eready_list = true;
2113 } 2113 }
2114#endif /* EPOLL_SUPPORT */ 2114#endif /* EPOLL_SUPPORT */
2115 if (0 == (daemon->options & MHD_USE_THREAD_PER_CONNECTION) ) 2115 if (! MHD_D_IS_USING_THREAD_PER_CONN_ (daemon))
2116 { 2116 {
2117 /* This takes care of further processing for most event loops: 2117 /* This takes care of further processing for most event loops:
2118 simply add to DLL for bi-direcitonal processing */ 2118 simply add to DLL for bi-direcitonal processing */