From: Ruediger Pluem Date: Fri, 28 Feb 2014 20:48:19 +0000 (+0000) Subject: * Vote and promote X-Git-Tag: 2.4.8~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77b333ebf589a234f00d6498a9d3b30eab7416bb;p=apache * Vote and promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1573073 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index efef85a12d..92d7dd62b7 100644 --- a/STATUS +++ b/STATUS @@ -108,6 +108,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: ylavic, jim, mrumph + * mod_proxy: Cleanup the client to backend brigade before returning an error + (if any) to avoid buckets lifetime issues (backend connection's + pool destroyed before request's one). PR 50335. + Follows up r1534321 and r1550061 already backported to 2.4.8. + trunk patch: http://svn.apache.org/r1572543 + 2.4.x patch: trunk works + +1: ylavic, jim, rpluem PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -199,14 +206,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: https://www.mail-archive.com/dev@httpd.apache.org/msg58307.html but my opinion there is +1, same here... - * mod_proxy: Cleanup the client to backend brigade before returning an error - (if any) to avoid buckets lifetime issues (backend connection's - pool destroyed before request's one). PR 50335. - Follows up r1534321 and r1550061 already backported to 2.4.8. - trunk patch: http://svn.apache.org/r1572543 - 2.4.x patch: trunk works - +1: ylavic, jim - * mod_proxy: Don't reuse a SSL backend connection whose SNI differs. PR 55782. This may happen when ProxyPreserveHost is on and the proxy-worker handles connections to different Hosts.