From: Ruediger Pluem Date: Tue, 2 Jul 2019 09:09:34 +0000 (+0000) Subject: * Fix flow X-Git-Tag: 2.4.40~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4ef673f47d2f303c25fc74e0efb379fea10439;p=thirdparty%2Fapache%2Fhttpd.git * Fix flow git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1862411 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7ef828cf1bb..9cb41a6cdef 100644 --- a/CHANGES +++ b/CHANGES @@ -4,8 +4,8 @@ Changes with Apache 2.4.40 *) mod_dav: Reduce the amount of memory needed when doing PROPFIND's on large collections by improving the memory management. [Joe Orton, Ruediger Pluem] - *) mod_proxy_http2: adding support for handling trailers in both directions. PR 63502. - [Stefan Eissing] + *) mod_proxy_http2: adding support for handling trailers in both directions. + PR 63502. [Stefan Eissing] *) mod_proxy_http: forward 100-continue, and minimize race conditions when reusing backend connections. PR 60330. [Yann Ylavic, Jean-Frederic Clere]