]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix a problem in the threaded and worker mpm's where a keepalive connection
authorGreg Ames <gregames@apache.org>
Thu, 2 Aug 2001 21:24:14 +0000 (21:24 +0000)
committerGreg Ames <gregames@apache.org>
Thu, 2 Aug 2001 21:24:14 +0000 (21:24 +0000)
commitd38326bbb76b0022611d6f92edabcdd940838c2d
treece2aa51490803a0cd7d0ca102be0fb4866199fee
parent0b6c2c7005fe27c3b127a39d5d118ea64158bdd4
fix a problem in the threaded and worker mpm's where a keepalive connection
on one thread can prevent the process from exiting.

let's rename ap_graceful_restart_signalled to something more appropriate
after the next beta.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89881 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/threaded/threaded.c
server/mpm/worker/worker.c