From: Yann Ylavic Date: Fri, 18 Sep 2015 17:20:24 +0000 (+0000) Subject: Propose mod_proxy fix. X-Git-Tag: 2.2.32~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f3f64c1b54e898c7720fdde101cbb23ff14f5b;p=thirdparty%2Fapache%2Fhttpd.git Propose mod_proxy fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1703907 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b398103324a..604ff0495bc 100644 --- a/STATUS +++ b/STATUS @@ -158,6 +158,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: ylavic: don't we know from the very beginning of store_body() if r->connection->aborted, so to fail there? + *) mod_proxy: don't recyle backend announced "Connection: close" connections + to avoid reusing it should the close be effective after some new request + is ready to be sent. + trunk patch: http://svn.apache.org/r1678763 + http://svn.apache.org/r1703807 + http://svn.apache.org/r1703813 + 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_proxy-connection_close.patch + +1: ylavic + ylavic: while at it, I also included r1678763 which is only an + optimization, but allows to keep code in sync with 2.4/trunk. + + PATCHES/ISSUES THAT ARE STALLED * mod_proxy_balancer: Always initialize the shared parameters of a load