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 12c034ca..3f278689 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -1939,7 +1939,7 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response,
1939 1939
1940#ifdef MHD_USE_THREADS 1940#ifdef MHD_USE_THREADS
1941 mhd_assert ( (0 == (daemon->options & MHD_USE_INTERNAL_POLLING_THREAD)) || \ 1941 mhd_assert ( (0 == (daemon->options & MHD_USE_INTERNAL_POLLING_THREAD)) || \
1942 MHD_thread_ID_is_current_thread_ (connection->pid) ); 1942 MHD_thread_ID_is_current_thread_ (connection->tid) );
1943#endif /* MHD_USE_THREADS */ 1943#endif /* MHD_USE_THREADS */
1944 1944
1945 /* "Upgrade" responses accepted only if MHD_ALLOW_UPGRADE is enabled */ 1945 /* "Upgrade" responses accepted only if MHD_ALLOW_UPGRADE is enabled */