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 2015/06/17 12:07:10 UTC

svn commit: r1685982 - /httpd/httpd/branches/2.2.x/CHANGES

Author: ylavic
Date: Wed Jun 17 10:07:09 2015
New Revision: 1685982

URL: http://svn.apache.org/r1685982
Log:
Add PR to CHANGES entry.

Modified:
    httpd/httpd/branches/2.2.x/CHANGES

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?rev=1685982&r1=1685981&r2=1685982&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Wed Jun 17 10:07:09 2015
@@ -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