commit 0065f1525de9c3ee6bfec040dfa5fdb1688b7c58 parent c03f19520ac1706134ba00ad28540e6958275a15 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 16 Aug 2016 18:55:52 +0000 -remove comment, should really not be needed Diffstat:
| M | src/microhttpd/daemon.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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)) ) {