Răsfoiți Sursa

-remove comment, should really not be needed

Christian Grothoff 9 ani în urmă
părinte
comite
0065f1525d
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 2
      src/microhttpd/daemon.c

+ 0 - 2
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)) )
     {