aboutsummaryrefslogtreecommitdiff
path: root/src/lib/connection_add.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/connection_add.c')
-rw-r--r--src/lib/connection_add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/connection_add.c b/src/lib/connection_add.c
index 8d4f12ad..94d37442 100644
--- a/src/lib/connection_add.c
+++ b/src/lib/connection_add.c
@@ -369,7 +369,7 @@ thread_main_handle_connection (void *data)
369 * moved immediately to cleanup list. Otherwise connection 369 * moved immediately to cleanup list. Otherwise connection
370 * will stay in suspended list until 'urh' will be marked 370 * will stay in suspended list until 'urh' will be marked
371 * with 'was_closed' by application. */ 371 * with 'was_closed' by application. */
372 MHD_resume_connection (con); 372 MHD_request_resume (&con->request);
373 373
374 /* skip usual clean up */ 374 /* skip usual clean up */
375 return (MHD_THRD_RTRN_TYPE_) 0; 375 return (MHD_THRD_RTRN_TYPE_) 0;