From: Yann Ylavic Date: Sat, 17 May 2014 15:14:43 +0000 (+0000) Subject: Votes, promotions. X-Git-Tag: 2.4.10~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b929fe92623364d43a062163376cab3336c8f35e;p=apache Votes, promotions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1595496 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 998878e49b..8f035d2432 100644 --- a/STATUS +++ b/STATUS @@ -109,6 +109,19 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_cache-strip_304_entity_headers.patch +1: ylavic, jim, minfrin + * mod_cache: Retry unconditional request with the full URL (including the + query-string) when the origin server's 304 response does not match the + conditions used to revalidate the stale entry. [Yann Ylavic]. + trunk patch: http://svn.apache.org/r1591143 + 2.4.x patch: trunk works (modulo CHANGES) + +1: minfrin, trawick, ylavic + + * mod_socache_shmcb: Correct counting of expirations for status display. + Expirations happening during retrieval were not counted. + trunk patch: http://svn.apache.org/r1595426 + 2.4.x patch: trunk works (modulo CHANGES) + +1: rjung, trawick, ylavic + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -209,19 +222,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_cache-preserve_304_headers.patch +1: ylavic, minfrin - * mod_cache: Retry unconditional request with the full URL (including the - query-string) when the origin server's 304 response does not match the - conditions used to revalidate the stale entry. [Yann Ylavic]. - trunk patch: http://svn.apache.org/r1591143 - 2.4.x patch: trunk works (modulo CHANGES) - +1: minfrin, trawick - - * mod_socache_shmcb: Correct counting of expirations for status display. - Expirations happening during retrieval were not counted. - trunk patch: http://svn.apache.org/r1595426 - 2.4.x patch: trunk works (modulo CHANGES) - +1: rjung, trawick - * minor proxy_util cleanups: . get rid of unnecessary block scope . Clarify an existing requirement of the server_portstr parameter @@ -231,7 +231,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patches: http://svn.apache.org/viewvc?view=revision&revision=r1592511 http://svn.apache.org/viewvc?view=revision&revision=r1592514 2.4.x patches: trunk patches work - +1: trawick + +1: trawick, ylavic * mod_proxy_fcgi: Support iobuffersize parameter. trunk patch: http://svn.apache.org/r1591508