From: Nick Kew Date: Tue, 13 May 2008 20:21:20 +0000 (+0000) Subject: vote, promote X-Git-Tag: 2.2.9~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ccfacfaf271eac5fa88fa3db1ad70d297c7be0;p=thirdparty%2Fapache%2Fhttpd.git vote, promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@655994 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1d4a4c83fbf..bd35d33ddb2 100644 --- a/STATUS +++ b/STATUS @@ -90,6 +90,23 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * gen_test_char: add double-quote to the list of T_HTTP_TOKEN_STOP. + PR 9727 [Ville Skytt ] + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=655714 + Backport version for 2.2.x of patch: + Trunk version works + +1: fielding, rpluem, niq + + * mod_proxy: Add in 'disablereuse' option for parity with similar + mod_jk functionality. + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=627728 + Backport version for 2.2.x of patch: + http://people.apache.org/~jim/patches/proxy-disablereuse-v2.txt + +1: jim, rpluem + niq: +1 with the proviso that there's still a typo in the docs in + proxy-disablereuse-v2.txt. But it's fixed in r655986. PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -166,28 +183,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~jim/patches/proxy-ssl-44026-patch.txt +1: jim, rpluem - * mod_proxy: Add in 'disablereuse' option for parity with similar - mod_jk functionality. - Trunk version of patch: - http://svn.apache.org/viewvc?view=rev&revision=627728 - Backport version for 2.2.x of patch: - http://people.apache.org/~jim/patches/proxy-disablereuse-v2.txt - +1: jim, rpluem - niq: there's a typo in the docs and some trivial style matters. - More importantly, doesn't it require an MMN bump? - rpluem says: I agree with niq here that a minor bump is needed. - Further question: Why is the address not reusable (that means we - need to do a DNS query each time) when we only want to prevent that - this connection is kept alive? - jim: re-usable is a more "extensive" concept that just disabling - keepalives. What if, for example, the backend itself is - under round-robin DNS? In this case, we need to never - assume that the backend we've "just" connected to will - be the one we do the "next" time. Will update with mmn - bump. Not sure what style and typo changes are required. - jim: Latest rev of patch should address stated concerns :) - rpluem: Ok, convinced. - * mod_proxy: In the case that we fail to read the response line from the backend and if we are a reverse proxy request, shutdown the connection WITHOUT ANY response to trigger a retry by the client @@ -255,14 +250,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: ?ids cannot, iirc, be signed - this is more a note to self ;) ) - * gen_test_char: add double-quote to the list of T_HTTP_TOKEN_STOP. - PR 9727 [Ville Skytt ] - Trunk version of patch: - http://svn.apache.org/viewvc?view=rev&revision=655714 - Backport version for 2.2.x of patch: - Trunk version works - +1: fielding, rpluem - * mod_ssl: Fix a memory leak with connections that have zlib compression turned on. PR 44975 [Joe Orton, Amund Elstad , Dr Stephen Henson ]