From: Ruediger Pluem Date: Tue, 19 Dec 2006 23:21:30 +0000 (+0000) Subject: * Vote and promote X-Git-Tag: 2.2.4~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e75cc998f8194ff3ec7afa77c4ef4acc3da2cf2;p=thirdparty%2Fapache%2Fhttpd.git * Vote and promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@488853 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 07f48c6cb97..dc44bfcb540 100644 --- a/STATUS +++ b/STATUS @@ -86,6 +86,12 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: http://mail-archives.apache.org/mod_mbox//httpd-dev/200609.mbox/%3c1404e5910609091218p84f4d2flc1000764b4966727@mail.gmail.com%3e +1: trawick, wrowe, jerenkrantz + * core: PR#37680 + Fix NONBLOCK status of listening sockets on restart/graceful + http://svn.apache.org/viewvc?view=rev&revision=487901 + +1: niq, wrowe, rpluem + wrowe adds; if use_nonblock was called multi_listeners + I woulda +1'ed this on my first readthrough. PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -173,13 +179,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: ever start using it. So we keep the framework in that case. Make trunk backports easier. - * core: PR#37680 - Fix NONBLOCK status of listening sockets on restart/graceful - http://svn.apache.org/viewvc?view=rev&revision=487901 - +1: niq, wrowe - wrowe adds; if use_nonblock was called multi_listeners - I woulda +1'ed this on my first readthrough. - * mod_cache: Correctly cache objects whose URL query string has been modified by mod_rewrite. PR: 40805