aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-16 18:55:52 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-16 18:55:52 +0000
commit0065f1525de9c3ee6bfec040dfa5fdb1688b7c58 (patch)
tree98ca6c423407aad5e5cb2cc6e88813cdf0ffe909
parentc03f19520ac1706134ba00ad28540e6958275a15 (diff)
downloadlibmicrohttpd-0065f1525de9c3ee6bfec040dfa5fdb1688b7c58.tar.gz
libmicrohttpd-0065f1525de9c3ee6bfec040dfa5fdb1688b7c58.zip
-remove comment, should really not be needed
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 77f43537..6f61b71f 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1382,8 +1382,6 @@ internal_add_connection (struct MHD_Daemon *daemon,
1382 client_socket); 1382 client_socket);
1383#endif 1383#endif
1384#endif 1384#endif
1385 //if (daemon->connections == daemon->connection_limit)
1386 // MHD_cleanup_connections (daemon); /* try to aggressively clean up to make room */
1387 if ( (daemon->connections == daemon->connection_limit) || 1385 if ( (daemon->connections == daemon->connection_limit) ||
1388 (MHD_NO == MHD_ip_limit_add (daemon, addr, addrlen)) ) 1386 (MHD_NO == MHD_ip_limit_add (daemon, addr, addrlen)) )
1389 { 1387 {