Commit 2d6f11ba authored by Manoj Kasichainula's avatar Manoj Kasichainula
Browse files

Small bugfix. A child process used to exit after MaxRequestsPerChild - 1

requests. This patch puts the increment of requests_this_child after the
ap_max_requests_per_child check so the server will process that one
last request before dying.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82928 13f79535-47bb-0310-9956-ffa450edef68
parent 8b07a6ba
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