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