Fix some broken logic in the prefork MPM. Basically, in the past, if we
accepted a request, we didn't want to die if given a graceful restart signal. The logic I am removing stops us from dying for a graceless restart/stop signal, which is just wrong. If we are sent a graceless restart/stop, then we need to stop immediately. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89262 13f79535-47bb-0310-9956-ffa450edef68
parent
55626d9f
Please register or sign in to comment