From: Yann Ylavic Date: Tue, 15 Dec 2020 15:49:04 +0000 (+0000) Subject: Revert r1884456. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1083 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=708064d0a5a19a370ed004a574ea03c8afca1074;p=thirdparty%2Fapache%2Fhttpd.git Revert r1884456. 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 --- diff --git a/CHANGES b/CHANGES index 171e3e6cdc8..ecd9cc3ccfe 100644 --- 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]