Commit 0ed2052f authored by Jeff Trawick's avatar Jeff Trawick
Browse files

Make sure the accept mutex is released before calling child exit

hooks and cleanups.  Otherwise, modules can segfault in such code
and, with pthread mutexes, leave the server deadlocked.  Even if
the module doesn't segfault, if it performs extensive processing
it can temporarily prevent the server from accepting new
connections.

Reviewed by:	Jim, FirstBill


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100018 13f79535-47bb-0310-9956-ffa450edef68
parent 76c4befe
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment