From: Yann Ylavic Date: Fri, 26 Jun 2020 10:19:10 +0000 (+0000) Subject: Backported [skip ci]. X-Git-Tag: 2.4.44~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44b562be443f1c1bd184e74cef58e0133b5bc3d7;p=thirdparty%2Fapache%2Fhttpd.git Backported [skip ci]. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879225 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 585acf6dc61..7d4f5cfba2c 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_ssl: Fix a race condition and possible crash when using a proxy client - certificate (SSLProxyMachineCertificateFile). - trunk patch: http://svn.apache.org/r1879179 - http://svn.apache.org/r1879180 - 2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-gh_129.diff - +1: ylavic, jorton, rpluem - *) 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