From: Yann Ylavic Date: Fri, 26 Jun 2020 10:22:05 +0000 (+0000) Subject: Backported [skip ci]. X-Git-Tag: 2.4.44~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb4dc038580b2c95337e84f7bc21a646d7796cb0;p=thirdparty%2Fapache%2Fhttpd.git Backported [skip ci]. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879227 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7d4f5cfba2c..e337160f1cf 100644 --- a/STATUS +++ b/STATUS @@ -164,13 +164,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: One is a doc file in r1734835 that has already been merged and the other one is 'next-number' in r1876823. - *) mod_proxy_http: flush spooled request body in one go to avoid - leaking (or long lived) temporary file. PR 64452. - trunk patch: http://svn.apache.org/r1878280 - 2.4.x patch: svn merge -c 1878280 ^/httpd/httpd/trunk . - (modulo CHANGES conflict) - +1: ylavic, jorton, rpluem - *) mod_proxy_fcgi: Don't unset when condition is false. PR64365 trunk patch: - http://svn.apache.org/r1877829