]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1891716: CHANGES entry. [skip ci]
authorYann Ylavic <ylavic@apache.org>
Thu, 22 Jul 2021 17:18:00 +0000 (17:18 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 22 Jul 2021 17:18:00 +0000 (17:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891728 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/mpm_event_graceful.txt [new file with mode: 0644]

diff --git a/changes-entries/mpm_event_graceful.txt b/changes-entries/mpm_event_graceful.txt
new file mode 100644 (file)
index 0000000..3bf61f3
--- /dev/null
@@ -0,0 +1,2 @@
+  *) mpm_event: Fix graceful stop/restart of children processes if connections
+     are in lingering close for too long.  [Yann Ylavic]