From: Yann Ylavic Date: Tue, 15 Dec 2020 12:06:54 +0000 (+0000) Subject: Follow up to r1884068: CHANGES entry needs to go to 2.5.x too. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1084 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ec04fcf86dd65f45f8df085781fa463f250cbd2;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1884068: CHANGES entry needs to go to 2.5.x too. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884456 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ecd9cc3ccfe..171e3e6cdc8 100644 --- 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]