From: Ruediger Pluem Date: Thu, 15 Nov 2007 21:47:20 +0000 (+0000) Subject: * Vote and promote. X-Git-Tag: 2.2.7~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6b029eef9e00c33272b40a17301e0705c8469dc;p=thirdparty%2Fapache%2Fhttpd.git * Vote and promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@595469 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c0592943272..8b254bacf4a 100644 --- a/STATUS +++ b/STATUS @@ -79,6 +79,17 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * Event MPM: Add clogging_input_filters to the conn_rec, enabling mod_ssl + to revert to the Worker MPM IO behavoirs, rather than just hanging, when + using the Event MPM. (minor MMN bump) + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=360257 + http://svn.apache.org/viewvc?view=rev&revision=546328 + http://svn.apache.org/viewvc?view=rev&revision=546650 + http://svn.apache.org/viewvc?view=rev&revision=546715 + 2.2.x version of patch: + http://people.apache.org/~pquerna/eventmpm-ssl-input-2.2.x.patch + +1: pquerna, jim, rpluem PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -101,20 +112,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=572136 +1: minfrin, jim - * Event MPM: Add clogging_input_filters to the conn_rec, enabling mod_ssl - to revert to the Worker MPM IO behavoirs, rather than just hanging, when - using the Event MPM. (minor MMN bump) - Trunk version of patch: - http://svn.apache.org/viewvc?view=rev&revision=546328 - http://svn.apache.org/viewvc?view=rev&revision=546650 - http://svn.apache.org/viewvc?view=rev&revision=546715 - 2.2.x version of patch: - http://people.apache.org/~pquerna/eventmpm-ssl-input-2.2.x.patch - +1: pquerna, jim - rpluem says: Your 2.2.x version also contains r360257. Why? - It seems to be that r360257 is part of the write completion - on trunk which is not part of 2.2.x. - * mod_rewrite: Also set the Vary header if a rewrite condition is true and uses a HTTP header, but all remaining rewrite conditions are skipped due to the [OR] flag.