You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/06/22 10:57:24 UTC

svn commit: r1834107 - /httpd/httpd/trunk/CHANGES

Author: ylavic
Date: Fri Jun 22 10:57:24 2018
New Revision: 1834107

URL: http://svn.apache.org/viewvc?rev=1834107&view=rev
Log:
Axe some CHANGES entries backported to 2.4.x.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1834107&r1=1834106&r2=1834107&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Fri Jun 22 10:57:24 2018
@@ -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]