]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose
authorRainer Jung <rjung@apache.org>
Thu, 27 Jun 2024 11:17:12 +0000 (11:17 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 27 Jun 2024 11:17:12 +0000 (11:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918700 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b0b1f651e1ded8f4a69229b65418ccb193eaa589..1052e079867c3625f451a567927435ef2b6ba1d7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -225,6 +225,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     PR: https://github.com/apache/httpd/pull/449
     +1: ylavic, icing, 
 
+  *) 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, 
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]