From: Eric Covener Date: Fri, 3 Dec 2010 16:30:23 +0000 (+0000) Subject: vote/promote and note missing revision X-Git-Tag: 2.2.18~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10b30ffe40e6f24d6468d3e1fb0b8d84e2e71e40;p=thirdparty%2Fapache%2Fhttpd.git vote/promote and note missing revision git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1041899 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2442b88e509..b5065c9a058 100644 --- a/STATUS +++ b/STATUS @@ -89,7 +89,13 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - + * mod_cache: Make sure that we never allow a 304 Not Modified response + that we asked for to leak to the client should the 304 response be + uncacheable. + PR45341 + Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1001884 + 2.2.x patch: trunk patch works + +1: minfrin, jim, covener PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -148,15 +154,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=992625 2.2.x patch: trunk patch works +1: minfrin, jim - - * mod_cache: Make sure that we never allow a 304 Not Modified response - that we asked for to leak to the client should the 304 response be - uncacheable. - PR45341 - Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1001884 - 2.2.x patch: trunk patch works - +1: minfrin, jim - + +1 covener (needs r996311 MMN bump) + * mod_proxy: Release the backend connection as soon as EOS is detected, so the backend isn't forced to wait for the client to eventually acknowledge the data.