]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mpm_event: Don't spam with "Stopping process due to MaxConnectionsPerChild"
authorYann Ylavic <ylavic@apache.org>
Fri, 31 May 2024 15:18:33 +0000 (15:18 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 31 May 2024 15:18:33 +0000 (15:18 +0000)
commit3cf40d93a9e0d6fa3401f326e4e447cafbc5b604
tree6a08ae81d7ea3b486fbbe440346e112ab6563e84
parent84ecd2f2b97c706aa4b62d06ea7a56c943bb6c3d
mpm_event: Don't spam with "Stopping process due to MaxConnectionsPerChild"

When MaxConnectionsPerChild is reached there may be some connections to process
still and the listener should stop writing this at every loop. Logging once
is enough.

* server/mpm/event/event.c(check_infinite_requests): Raise conns_this_child
  unconditionally.

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