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
Loading
Please sign in to comment