]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport fix for PR 42829?
authorJeff Trawick <trawick@apache.org>
Mon, 12 Jan 2009 19:49:52 +0000 (19:49 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 12 Jan 2009 19:49:52 +0000 (19:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733877 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d0b819817fb903c2e43649c0dc7fc00916a7261a..5f59a51172a7e82006e0f7d89c32ad22b7be223f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -131,6 +131,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Trunk version of patch works
    +1: rpluem,
 
+ * prefork: release mutex when exiting in single-process mode,
+   add timeout to pollset-poll to avoid hanging during graceful
+   stop/restart with multiple listening sockets
+   PR 42829
+   Trunk version of patche:
+     http://svn.apache.org/viewvc?rev=732421&view=rev
+     http://svn.apache.org/viewvc?rev=732451&view=rev
+   Backport version for 2.2.x of patch:
+      Trunk version of patch works
+   +1: trawick, 
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).