aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-03 20:28:46 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-03 20:28:46 +0000
commit3b654bd5b75ec575286492e6587d644108613590 (patch)
tree23b39423b671c7030510714eeee4450fc3b29430
parent0ff9edee27f3a9de86a857244daaf95b7c537023 (diff)
downloadlibmicrohttpd-3b654bd5b75ec575286492e6587d644108613590.tar.gz
libmicrohttpd-3b654bd5b75ec575286492e6587d644108613590.zip
-newline
-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 }