]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1884068: CHANGES entry needs to go to 2.5.x too.
authorYann Ylavic <ylavic@apache.org>
Tue, 15 Dec 2020 12:06:54 +0000 (12:06 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 15 Dec 2020 12:06:54 +0000 (12:06 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884456 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ecd9cc3ccfe780e234f118b9a89d3a6f1f27481c..171e3e6cdc86a5db77e2955cb1b035e983079cc1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_proxy_fcgi: Honor "SetEnv proxy-sendcl" to forward a chunked
+     Transfer-Encoding from the client, spooling the request body when needed
+     to provide a Content-Length to the backend.  PR 57087.  [Yann Ylavic]
+
   *) core: add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined
      directives.  [Yann Ylavic]