up stuck on blocking socket calls during shutdown. I need to figure out a
cleaner way of preventing this problem.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93139
13f79535-47bb-0310-9956-
ffa450edef68
}
- /* Shutdown the listen sockets so that we don't get stuck in a blocking call. */
- shutdown_listeners();
+ /* Shutdown the listen sockets so that we don't get stuck in a blocking call.
+ shutdown_listeners();*/
if (shutdown_pending) { /* Got an unload from the console */
ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_NOTICE, 0, ap_server_conf,