diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-08-16 18:55:52 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-08-16 18:55:52 +0000 |
commit | 0065f1525de9c3ee6bfec040dfa5fdb1688b7c58 (patch) | |
tree | 98ca6c423407aad5e5cb2cc6e88813cdf0ffe909 | |
parent | c03f19520ac1706134ba00ad28540e6958275a15 (diff) |
-remove comment, should really not be needed
-rw-r--r-- | src/microhttpd/daemon.c | 2 |
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, client_socket); #endif #endif - //if (daemon->connections == daemon->connection_limit) - // MHD_cleanup_connections (daemon); /* try to aggressively clean up to make room */ if ( (daemon->connections == daemon->connection_limit) || (MHD_NO == MHD_ip_limit_add (daemon, addr, addrlen)) ) { |