]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mpm_event: Follow up to r1899858: Avoid explicit sleep.
authorYann Ylavic <ylavic@apache.org>
Thu, 14 Apr 2022 17:04:08 +0000 (17:04 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 14 Apr 2022 17:04:08 +0000 (17:04 +0000)
commit64dfe45db61356a25d86f37c3dcf562070e78d2b
tree373d4b745a908f9941681ae2c1460fbf8624f6ba
parentf3cbae102d33834c4c0cb8d2cf7b7cd4a4c2e92d
mpm_event: Follow up to r1899858: Avoid explicit sleep.

Instead, we can simply go to ap_wait_or_timeout() again.

While at it, improve the comment about killed processes.

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