From: Eric Covener Date: Wed, 15 Apr 2015 19:56:29 +0000 (+0000) Subject: inadvertent change in 1673940 X-Git-Tag: 2.4.13~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f6b3a4553f15b1dc9dce5335618df3e3847952;p=thirdparty%2Fapache%2Fhttpd.git inadvertent change in 1673940 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673942 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index effe3f456bc..f27b7ef7480 100644 --- a/CHANGES +++ b/CHANGES @@ -19,10 +19,6 @@ Changes with Apache 2.4.13 *) mod_ssl: Fix possible crash when loading server certificate constraints. PR 57694. [Paul Spangler , 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 - a double response body). [Yann Ylavic] - *) build: Don't load mod_cgi and mod_cgid in the default configuration if they're both built. [olli hauer ]