From: Justin Erenkrantz Date: Wed, 7 Dec 2005 00:45:41 +0000 (+0000) Subject: showstopper++ X-Git-Tag: 2.2.1~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e4bb70484991a3b04646f9e7096412f61d9c2c;p=thirdparty%2Fapache%2Fhttpd.git showstopper++ (backports++)++ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354637 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ba138fc13c4..fd64665170e 100644 --- a/STATUS +++ b/STATUS @@ -67,6 +67,12 @@ CURRENT RELEASE NOTES: RELEASE SHOWSTOPPERS: + * Proxy does not allow any more connections to a server when a server + is unavailable temporarily. + Message-ID: <31C9151F757B06E7A3956FD1@st-augustin.local> + Justin says: Yes, it's not a regression; but doing a release without + this fixed is pretty stupid. + PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] @@ -118,3 +124,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * Backport mod_authz_dbd (it's had some testing now) http://svn.apache.org/viewcvs.cgi/httpd/httpd/trunk/modules/aaa/mod_authz_dbd.c +1 niq + + * mod_proxy: Correctly error out if we get an error from upstream + response. Otherwise, we'll leave the client in a bad state. + http://svn.apache.org/viewcvs.cgi?rev=354628&view=rev + http://svn.apache.org/viewcvs.cgi?rev=354636&view=rev (comment only delta) + Message-ID: <4395A056.2070000@web.turner.com> + +1: jerenkrantz + + * HTTP: If a connection aborts while waiting for a chunked line, + flag the connection as errored out. + http://svn.apache.org/viewcvs.cgi?rev=354630&view=rev + Message-ID: <4395A056.2070000@web.turner.com> + +1: jerenkrantz