Commit 456198f6 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Sync with 2.2.4-dev


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@484617 13f79535-47bb-0310-9956-ffa450edef68
parent 19a1e90e
Loading
Loading
Loading
Loading
+4 −0
Changes for CHANGES: 4 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -256,6 +256,10 @@ Changes with Apache 2.3.0
Changes with Apache 2.2.4
  *) mod_cgi and mod_cgid: Don't use apr_status_t error return
     from input filters as HTTP return value from the handler.
     PR#31579.
  *) mod_cache: Eliminate a bogus error in the log when a filter returns
     AP_FILTER_ERROR. [Niklas Edmundsson <nikke acc.umu.se>]