]> granicus.if.org Git - apache/commit
Fix some broken logic in the prefork MPM. Basically, in the past, if we
authorRyan Bloom <rbb@apache.org>
Mon, 4 Jun 2001 04:00:03 +0000 (04:00 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 4 Jun 2001 04:00:03 +0000 (04:00 +0000)
commitf14fd1f5f58b8f2bcc8d1e8e718a97446d23156c
tree70328ae951b8dc78464b5bfb5a13621e3ad3979c
parent9b7d636ba9be922305c69c5fc3e7dc049818960a
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
server/mpm/prefork/prefork.c