From: Yann Ylavic Date: Thu, 3 Apr 2014 22:49:04 +0000 (+0000) Subject: Move entry already backported to 2.4.8. X-Git-Tag: 2.4.10~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae9be3943406afe00a3e409db6775d3f11a39d4d;p=apache Move entry already backported to 2.4.8. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1584443 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 69f5a7e826..03e189e26e 100644 --- a/CHANGES +++ b/CHANGES @@ -52,7 +52,10 @@ Changes with Apache 2.4.8 non-ancient PCRE library) [Graham Leggett] *) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding - TE/CL conflicts. [Yann Ylavic , Jim Jagielski] + TE/CL conflicts. [Yann Ylavic, Jim Jagielski] + + *) core: Detect incomplete request and response bodies, log an error and + forward it to the underlying filters. PR 55475 [Yann Ylavic] *) mod_dir: Add DirectoryCheckHandler to allow a 2.2-like behavior, skipping execution when a handler is already set. PR53929. [Eric Covener]