aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_close_all_connections.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-16 07:24:27 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-16 07:24:27 +0100
commita2f8683def34643b64a3c1afd00900fbe99f6d0f (patch)
tree8e7c0e2e6b8a20e0d71ec96f675a8b90c5277a53 /src/lib/daemon_close_all_connections.c
parente101aeb4a9e18d506bd93afc87ea55183128f2cd (diff)
downloadlibmicrohttpd-a2f8683def34643b64a3c1afd00900fbe99f6d0f.tar.gz
libmicrohttpd-a2f8683def34643b64a3c1afd00900fbe99f6d0f.zip
implement recv/send adapters
Diffstat (limited to 'src/lib/daemon_close_all_connections.c')
-rw-r--r--src/lib/daemon_close_all_connections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/daemon_close_all_connections.c b/src/lib/daemon_close_all_connections.c
index 5f85214c..570def2c 100644
--- a/src/lib/daemon_close_all_connections.c
+++ b/src/lib/daemon_close_all_connections.c
@@ -111,7 +111,7 @@ MHD_daemon_close_all_connections_ (struct MHD_Daemon *daemon)
111 MHD_connection_finish_forward_ (urh->connection); 111 MHD_connection_finish_forward_ (urh->connection);
112 urh->clean_ready = true; 112 urh->clean_ready = true;
113 /* Resuming will move connection to cleanup list. */ 113 /* Resuming will move connection to cleanup list. */
114 MHD_resume_connection (urh->connection); 114 MHD_request_resume (&urh->connection->request);
115 } 115 }
116#endif /* HTTPS_SUPPORT && UPGRADE_SUPPORT */ 116#endif /* HTTPS_SUPPORT && UPGRADE_SUPPORT */
117 117