summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2020-12-15 12:06:54 +0000
committerYann Ylavic <ylavic@apache.org>2020-12-15 12:06:54 +0000
commit0ec04fcf86dd65f45f8df085781fa463f250cbd2 (patch)
tree7f18f3584e7337301fb0006ed5e536a0df5dd872 /CHANGES
parenta0498c4f193084b5b90d02f341ec226735b84564 (diff)
downloadhttpd-0ec04fcf86dd65f45f8df085781fa463f250cbd2.tar.gz
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ecd9cc3ccf..171e3e6cdc 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]