]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update after merge [skip ci]
authorStefan Eissing <icing@apache.org>
Tue, 10 Aug 2021 08:08:54 +0000 (08:08 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 10 Aug 2021 08:08:54 +0000 (08:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1892160 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2ad8fa923d1572ea2db81f511540c40972dd554b..a0d0cd4cbd165f8a8fe88f5ee94f699239c7571b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -259,23 +259,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/194.patch
      +1: jfclere, ylavic, jim
 
-  *) mpm_event: Fix graceful stop/restart of children processes if connections
-                are in lingering close for too long.
-     trunk patch: http://svn.apache.org/r1891716
-                  http://svn.apache.org/r1891717
-                  http://svn.apache.org/r1891718
-                  http://svn.apache.org/r1891719
-                  http://svn.apache.org/r1891721
-                  http://svn.apache.org/r1891724
-                  http://svn.apache.org/r1891726
-                  http://svn.apache.org/r1891727
-                  http://svn.apache.org/r1891728
-     backport: wget http://people.apache.org/~ylavic/patches/2.4.x-mpm_event_graceful_linger.patch
-             + patch -p0 < 2.4.x-mpm_event_graceful_linger.patch
-             + svn merge --record-only -c 1891716-1891719,1891721,1891724,1891726-1891728 ^/httpd/httpd/trunk .
-             + make update-changes
-     +1: ylavic, icing, jim
-
   *) mod_proxy: Fix possible reuse/merging of Proxy(Pass)Match worker instances
      with others when their URLs contain a '$' substitution.  PR 65419 + 65429.
      trunk patch: http://svn.apache.org/r1891206