]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
worker MPM: Fix a situation where a child exited without releasing
authorJeff Trawick <trawick@apache.org>
Fri, 12 Apr 2002 19:58:52 +0000 (19:58 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 12 Apr 2002 19:58:52 +0000 (19:58 +0000)
commit316f5fa11d32ca223d3895d406d8f64232c8c177
treed03154eae6624b3c76730f8a79697953c891f8f8
parentd44274c229afa890e7804e51b1aaad26ed433066
worker MPM: Fix a situation where a child exited without releasing
the accept mutex.  Depending on the OS and mutex mechanism this
could result in a hang.

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