From: Yann Ylavic Date: Wed, 17 Aug 2016 01:22:21 +0000 (+0000) Subject: Propose. X-Git-Tag: 2.4.24~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=309aaeaee9f8e8af85aa72be493c3300f580feda;p=thirdparty%2Fapache%2Fhttpd.git Propose. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1756571 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a745a3d342a..37c352f4d64 100644 --- a/STATUS +++ b/STATUS @@ -211,6 +211,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic + *) mod_proxy_{http,ajp,fcgi}: don't reuse backend connections with data + available before the request is sent. PR 57832. + This also backports deprecation of ap_proxy_ssl_connection_cleanup() and + newly introduced proxy_conn->tmp_bb's usage in proxy code (both almost + related and immediate/simple follow ups, merge simplified by doing so). + trunk patch: http://svn.apache.org/r1750392 + http://svn.apache.org/r1750412 + http://svn.apache.org/r1750416 + http://svn.apache.org/r1750474 + http://svn.apache.org/r1750494 + http://svn.apache.org/r1750508 + 2.4.x patch: trunk works (modulo CHANGES/MMN), or: + http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1750392.patch + +1: ylavic + PATCHES/ISSUES THAT ARE BEING WORKED