]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add PR to CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Wed, 17 Jun 2015 10:07:09 +0000 (10:07 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 17 Jun 2015 10:07:09 +0000 (10:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1685982 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ef85c992fd798250ca4e17fcddcba7b54cbcc01a..6db37e5bb83007d4a2c6fde76c52dc456ac4da69 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,8 @@ Changes with Apache 2.2.30
      [Kaspar Brand]
 
   *) 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]
+     response status (finally logged) when nothing is to be done. PR 56035.
+     [Yann Ylavic]
 
   *) core, modules: Avoid error response/document handling by the core if some
      handler or input filter already did it while reading the request (causing