aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/daemon_select.c')
-rw-r--r--src/lib/daemon_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/daemon_select.c b/src/lib/daemon_select.c
index abd6eacf..338b12d5 100644
--- a/src/lib/daemon_select.c
+++ b/src/lib/daemon_select.c
@@ -468,7 +468,7 @@ internal_run_from_select (struct MHD_Daemon *daemon,
468 MHD_connection_finish_forward_ (urh->connection); 468 MHD_connection_finish_forward_ (urh->connection);
469 urh->clean_ready = true; 469 urh->clean_ready = true;
470 /* Resuming will move connection to cleanup list. */ 470 /* Resuming will move connection to cleanup list. */
471 MHD_resume_connection(urh->connection); 471 MHD_request_resume (&urh->connection->request);
472 } 472 }
473 } 473 }
474#endif /* HTTPS_SUPPORT && UPGRADE_SUPPORT */ 474#endif /* HTTPS_SUPPORT && UPGRADE_SUPPORT */