summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2015-06-17 10:07:09 +0000
committerYann Ylavic <ylavic@apache.org>2015-06-17 10:07:09 +0000
commit40a472657b73963efc79ae93d5e7f4014fa9d968 (patch)
tree5537f70adc1e03fb964876e1dd0be99b77ca771e
parent0835d3d3e770b1b72a8fd4b8e7494abd6ece42b4 (diff)
downloadhttpd-40a472657b73963efc79ae93d5e7f4014fa9d968.tar.gz
Add PR to CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1685982 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ef85c992fd..6db37e5bb8 100644
--- 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