From: Ruediger Pluem Date: Fri, 18 Sep 2015 18:52:32 +0000 (+0000) Subject: * Vote and comment X-Git-Tag: 2.2.32~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f2b7941bf6697c5e33dc19f0a47c0d5fc729208;p=thirdparty%2Fapache%2Fhttpd.git * Vote and comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1703909 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 604ff0495bc..ff75a55e367 100644 --- a/STATUS +++ b/STATUS @@ -157,6 +157,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: elu, ylavic: don't we know from the very beginning of store_body() if r->connection->aborted, so to fail there? + rpluem: Agreed. I guess we can move this up to line 733 before the loop. *) mod_proxy: don't recyle backend announced "Connection: close" connections to avoid reusing it should the close be effective after some new request @@ -165,7 +166,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 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 + +1: ylavic, rpluem ylavic: while at it, I also included r1678763 which is only an optimization, but allows to keep code in sync with 2.4/trunk.