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 78e874d0..9a762159 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -1940,7 +1940,7 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response,
1940 size_t rbo; 1940 size_t rbo;
1941 1941
1942#ifdef MHD_USE_THREADS 1942#ifdef MHD_USE_THREADS
1943 mhd_assert ( (0 == (daemon->options & MHD_USE_INTERNAL_POLLING_THREAD)) || \ 1943 mhd_assert ( (! MHD_D_IS_USING_THREADS_ (daemon)) || \
1944 MHD_thread_handle_ID_is_current_thread_ (connection->tid) ); 1944 MHD_thread_handle_ID_is_current_thread_ (connection->tid) );
1945#endif /* MHD_USE_THREADS */ 1945#endif /* MHD_USE_THREADS */
1946 1946