]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Move entry already backported to 2.4.8.
authorYann Ylavic <ylavic@apache.org>
Thu, 3 Apr 2014 22:49:04 +0000 (22:49 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 3 Apr 2014 22:49:04 +0000 (22:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1584443 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 36260d70bbcea99057e149a3467549707f5d8818..7f2337fdac95178c0498fe1da3b12133df2228e8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -62,9 +62,6 @@ Changes with Apache 2.5.0
   *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
      to allow providers to check the ErrorLog argument. [Jan Kaluza]
 
-  *) core: Detect incomplete body in HTTP input filter and return
-     APR_INCOMPLETE. PR 55475 [Yann Ylavic <ylavic dev gmail com>]
-
   *) mod_cgid: Use the servers Timeout for each read from a CGI script,
      allow override with new CGIDRequestTimeout directive. PR43494
      [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]