]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert r1884456.
authorYann Ylavic <ylavic@apache.org>
Tue, 15 Dec 2020 15:49:04 +0000 (15:49 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 15 Dec 2020 15:49:04 +0000 (15:49 +0000)
Let scripts (make update-changes) do a better work than me.

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 171e3e6cdc86a5db77e2955cb1b035e983079cc1..ecd9cc3ccfe780e234f118b9a89d3a6f1f27481c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,6 @@
                                                          -*- 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]