]> granicus.if.org Git - apache/commitdiff
CHANGES: follow up to r1656259 and r1665625.
authorYann Ylavic <ylavic@apache.org>
Tue, 10 Mar 2015 22:06:30 +0000 (22:06 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 10 Mar 2015 22:06:30 +0000 (22:06 +0000)
Merge both commits into a single entry to ease common backport.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1665721 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index e0ff19ccfd4d97ba980d61a3ec0b2024d4b22d5e..a465463628a19ff2a9ae41d977dccf0d0a13d79c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) core, modules: Avoid error response/document handling by the core if some
+     handler or input filter already did it while reading the request (causing
+     a double response body).  [Yann Ylavic]
+
   *) mod_proxy: use the original (non absolute) form of the request-line's URI
      for requests embedded in CONNECT payloads used to connect SSL backends via
      a ProxyRemote forward-proxy.  PR 55892.  [Hendrik Harms <hendrik.harms
@@ -51,9 +55,6 @@ Changes with Apache 2.5.0
      or force-proxy-request-1.0, and respond with 502 instead of 400 if its
      Connection header is invalid.  [Yann Ylavic]
 
-  *) mod_proxy(es): Avoid error response/document handling by the core if some
-     input filter already did it while reading client's payload. [Yann Ylavic]
-
   *) http: Make ap_die() robust against any HTTP error code and not modify
      response status (finally logged) when nothing is to be done. [Yann Ylavic]