summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2018-04-11 21:11:52 +0200
committerEric Covener <covener@apache.org>2018-04-11 21:11:52 +0200
commitbd1ccf5f0a3c1d1161435d2b44d7e3009efcd13d (patch)
tree08a885dc8ea4b0f66214883e14bd1a51fee77fd3 /CHANGES
parentPR62186: preserve %<m for ErrorDocument internal redirects (diff)
downloadapache2-bd1ccf5f0a3c1d1161435d2b44d7e3009efcd13d.tar.xz
apache2-bd1ccf5f0a3c1d1161435d2b44d7e3009efcd13d.zip
PR62199: add worker parameter ResponseFieldSize to mod_proxy
Submitted By: Hank Ibell Committed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828926 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 3ce88899e4..4db111242f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_proxy_http: Add new worker parameter 'responsefieldsize' to
+ allow maximum HTTP response header size to be increased past 8192
+ bytes. PR62199. [Hank Ibell <hwibell gmail.com>]
+
*) core: Preserve the original HTTP request method in the '%<m' LogFormat
when an path-based ErrorDocument is used. PR 62186.
[Micha Lenk <micha lenk.info>]