]> granicus.if.org Git - apache/commitdiff
Axe some CHANGES entries backported to 2.4.x.
authorYann Ylavic <ylavic@apache.org>
Fri, 22 Jun 2018 10:57:24 +0000 (10:57 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 22 Jun 2018 10:57:24 +0000 (10:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834107 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 5251f16575b12eb42c6585548b6f6c4907ce65b2..c703953f6be81becf233e94be5d8c63c3090ec53 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -53,20 +53,6 @@ Changes with Apache 2.5.1
 
   *) http: LimitRequestBody applies to proxied requests.  [Yann Ylavic]
 
-  *) mod_proxy_http: Fix response header thrown away after the previous one
-     was considered too large and truncated. PR 62196. [Yann Ylavic]
-
-  *) core: Add and handle AP_GETLINE_NOSPC_EOL flag for ap_getline() family
-     of functions to consume the end of line when the buffer is exhausted.
-     PR 62198. [Yann Ylavic]
-
-  *) mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180.
-     [Micha Lenk <micha lenk.info>, Yann Ylavic]
-
-  *) 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>]
-
   *) mod_logio: Add LogIOTrackTTFU and %^FU logformat to log the time
      difference between request start and last request body byte read (finished upload).
      [Rainer Jung]