]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backported [skip ci].
authorYann Ylavic <ylavic@apache.org>
Fri, 26 Jun 2020 10:22:05 +0000 (10:22 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 26 Jun 2020 10:22:05 +0000 (10:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879227 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7d4f5cfba2c31cd8f7a3c1333e9140447e5ec5d8..e337160f1cf959effac2292e039ed0d1d721c75a 100644 (file)
--- 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