You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/01/12 20:49:57 UTC

svn commit: r733877 - /httpd/httpd/branches/2.2.x/STATUS

Author: trawick
Date: Mon Jan 12 11:49:52 2009
New Revision: 733877

URL: http://svn.apache.org/viewvc?rev=733877&view=rev
Log:
backport fix for PR 42829?

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=733877&r1=733876&r2=733877&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Jan 12 11:49:52 2009
@@ -131,6 +131,17 @@
       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).