]> granicus.if.org Git - apache/commit
Fix MaxRequestsPerChild on the Event MPM. It hasn't worked for 4 years.
authorPaul Querna <pquerna@apache.org>
Thu, 20 Nov 2008 20:27:07 +0000 (20:27 +0000)
committerPaul Querna <pquerna@apache.org>
Thu, 20 Nov 2008 20:27:07 +0000 (20:27 +0000)
commit15829bbe5d121294dd82e610c7495559921c749a
tree5c6a8c3f9e3915153f2b350cc6be25e2921f892c
parent22f29c3c3d5cebc737b63a5df0f851be04bee6f8
Fix MaxRequestsPerChild on the Event MPM.  It hasn't worked for 4 years.

* server/mpm/experimental/event/event.c
    (process_socket): Be consistent about our return value, returning 0
      means this connection is done, and that we can decrement requests_this_child.

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