aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 171ab2cb..a8765468 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1500,7 +1500,7 @@ resume_suspended_connections (struct MHD_Daemon *daemon)
1500 next = pos->next; 1500 next = pos->next;
1501 if (MHD_NO == pos->resuming) 1501 if (MHD_NO == pos->resuming)
1502 continue; 1502 continue;
1503 1503
1504 DLL_remove (daemon->suspended_connections_head, 1504 DLL_remove (daemon->suspended_connections_head,
1505 daemon->suspended_connections_tail, 1505 daemon->suspended_connections_tail,
1506 pos); 1506 pos);
@@ -3359,7 +3359,7 @@ MHD_start_daemon_va (unsigned int flags,
3359 { 3359 {
3360#if HAVE_MESSAGES 3360#if HAVE_MESSAGES
3361 MHD_DLOG (daemon, 3361 MHD_DLOG (daemon,
3362 "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_SUSPEND_RESUME is not supported."); 3362 "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_SUSPEND_RESUME is not supported.\n");
3363#endif 3363#endif
3364 goto free_and_fail; 3364 goto free_and_fail;
3365 } 3365 }