From: Jeff Trawick Date: Mon, 12 Jan 2009 19:49:52 +0000 (+0000) Subject: backport fix for PR 42829? X-Git-Tag: 2.2.12~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bf98c1fe98405d70b6617cfdeec851d66b7175d;p=thirdparty%2Fapache%2Fhttpd.git backport fix for PR 42829? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733877 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d0b819817fb..5f59a51172a 100644 --- 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).