From: Eric Covener Date: Tue, 10 Jan 2017 13:22:53 +0000 (+0000) Subject: remove backported items X-Git-Tag: 2.5.0-alpha~794 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4249623437dc61c8e093d819f4f205a766df0feb;p=thirdparty%2Fapache%2Fhttpd.git remove backported items git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778118 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index fb9e3b2e6e9..49b5a9d2d2c 100644 --- a/CHANGES +++ b/CHANGES @@ -39,18 +39,6 @@ Changes with Apache 2.5.0 *) mod_proxy_fcgi: Return HTTP 504 rather than 503 in case of proxy timeout. [Luca Toscano] - *) mod_proxy_{ajp,fcgi}: Fix a possible crash when reusing an established - backend connection, happening with LogLevel trace2 or higher configured, - or at any log level with compilers not detected as C99 compliant (e.g. - MSVC on Windows). [Yann Ylavic] - - *) mod_ext_filter: Don't interfere with "error buckets" issued by other - modules. PR60375. [Eric Covener, Lubos Uhliarik] - - *) mod_proxy_fcgi, mod_fcgid: Fix crashes in ap_fcgi_encoded_env_len() when - modules add empty environment variables to the request. PR60275. - [] - *) http: Allow unknown response status' lines returned in the form of "HTTP/x.x xxx Status xxx". [Yann Ylavic]