From: Ruediger Pluem Date: Tue, 26 Jul 2016 07:19:55 +0000 (+0000) Subject: * Add proposals X-Git-Tag: 2.4.24~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efca23e346c4f1511fd317f0da7820d8d0821d52;p=thirdparty%2Fapache%2Fhttpd.git * Add proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754075 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 96957043e7a..064edc8e2ec 100644 --- a/STATUS +++ b/STATUS @@ -210,6 +210,23 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: wrowe, covener + *) mod_proxy: Correctly consider error response codes by the backend when + processing failonstatus. PR 59869 + Trunk version of patch: + http://svn.apache.org/r1753592 + Backport version for 2.4.x of patch: + Trunk version of patch works (modulo CHANGES) + +1: rpluem, + + *) mod_proxy_balancer: Prevent redirect loops between workers within a + balancer by limiting the number of redirects to the number balancer + members. PR 59864 + Trunk version of patch: + http://svn.apache.org/r1753594 + Backport version for 2.4.x of patch: + Trunk version of patch works (modulo CHANGES) + +1: rpluem, + PATCHES/ISSUES THAT ARE BEING WORKED *) http: Don't remove the Content-Length of zero from a HEAD response if