From: Yann Ylavic Date: Thu, 3 Apr 2014 22:49:04 +0000 (+0000) Subject: Move entry already backported to 2.4.8. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2017d049bcd54ade90302cc5d71cc9b1bd63a4b5;p=thirdparty%2Fapache%2Fhttpd.git Move entry already backported to 2.4.8. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1584443 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 36260d70bbc..7f2337fdac9 100644 --- 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 ] - *) mod_cgid: Use the servers Timeout for each read from a CGI script, allow override with new CGIDRequestTimeout directive. PR43494 [Eric Covener, Toshikuni Fukaya ]