]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backported.
authorYann Ylavic <ylavic@apache.org>
Thu, 11 Jul 2024 13:48:56 +0000 (13:48 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 11 Jul 2024 13:48:56 +0000 (13:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919135 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 34b48470ae8c515cdfda9375fbabe337bc12b47c..902dc66c46ef3c7f7aaccffab0548ba4f93f3d62 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -156,18 +156,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-  *) MPM worker: Improve the listener wakeup when stopping. Taken from the MPM event.
-     This fixes a possible warning (AH00045) about children processes not
-     terminating timely.  [Yann Ylavic]
-     This is a fix for pytest failures, observed at least on RHEL 9 with worker MPM.
-     Trunk version of patch:
-        https://svn.apache.org/r1916925
-        https://svn.apache.org/r1916926
-        https://svn.apache.org/r1916929
-     2.4.x patch: svn merge -c 1916925,1916926,1916929 ^/httpd/httpd/trunk .
-    +1: rjung, ylavic, jorton
-
   *) mod_ssl: add OpenSSL STORE based PKCS#11 support, and fix
      crashes in ENGINE-based PKCS#11 with OpenSSL 3.2
      trunk patch: https://svn.apache.org/r1914365