Commit 7a16fee2 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Propose mitigation for PR 57832.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750313 13f79535-47bb-0310-9956-ffa450edef68
parent 67ad546f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -168,6 +168,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x: https://raw.githubusercontent.com/wrowe/patches/master/proxy-noforce-2.4.x.patch
     +1: wrowe

  *) mod_proxy: don't reuse backend connections with data available before the
     request is sent.  PR 57832.
     trunk patch: http://svn.apache.org/r1750301
                  http://svn.apache.org/r1750305
                  http://svn.apache.org/r1750311
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mod_proxy-reuse_empty_only.patch


PATCHES/ISSUES THAT ARE BEING WORKED