]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Promote [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Mon, 17 Jan 2022 08:02:52 +0000 (08:02 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 17 Jan 2022 08:02:52 +0000 (08:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1897146 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e6499e9e29dec50c0c4d96012f17a8a1c5dffe55..3600ce295607549474f9d9063b9cbf57ad65aeeb 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -147,6 +147,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mpm_event: Fix a possible listener deadlock on heavy load when restarting
+     and/or reaching MaxConnectionsPerChild.  PR 65769.
+     Trunk version of patch:
+        https://svn.apache.org/r1896505
+     Backport version for 2.4.x of patch:
+      Trunk version of patch works
+      svn merge -c 1896505 ^/httpd/httpd/trunk .
+     +1: rpluem, ylavic, gbechis
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -178,15 +187,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              for internal users of this api; not sure if performance
              impact is significant from using malloc here.
 
-  *) mpm_event: Fix a possible listener deadlock on heavy load when restarting
-     and/or reaching MaxConnectionsPerChild.  PR 65769.
-     Trunk version of patch:
-        https://svn.apache.org/r1896505
-     Backport version for 2.4.x of patch:
-      Trunk version of patch works
-      svn merge -c 1896505 ^/httpd/httpd/trunk .
-     +1: rpluem, ylavic, gbechis
-
   *) dbm: Split the loading of a dbm driver from the opening of a dbm file. When
      an attempt to load a dbm driver fails, log clearly which driver triggered
      the error (not "default"), and what the error was.