From e3df8f40e9378ba6839c48faf7ddd72d94b69583 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 11 Jul 2013 12:27:51 +0000 Subject: [PATCH] In 2.4.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1502205 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CHANGES b/CHANGES index 194a5ec1ac..21711e5989 100644 --- a/CHANGES +++ b/CHANGES @@ -59,22 +59,11 @@ Changes with Apache 2.5.0 from the HTTP_IN filter, parse chunks in a single pass with zero copy. Reduce memory usage by 48 bytes per request. [Graham Leggett] - *) mod_proxy_http: Make the proxy-interim-response environment variable - effective by formally overriding origin server behaviour. [Graham - Leggett, Co-Advisor ] - *) core: Stop the HTTP_IN filter from attempting to write error buckets to the output filters, which is bogus in the proxy case. Create a clean mapping from APR codes to HTTP status codes, and use it where needed. [Graham Leggett] - *) mod_proxy: Ensure we don't attempt to amend a table we are iterating - through, ensuring that all headers listed by Connection are removed. - [Graham Leggett, Co-Advisor ] - - *) mod_proxy: Fix seg-faults when using the global pool on threaded - MPMs [Thomas Eckert , Jim Jagielski] - *) mod_proxy: Ensure network errors detected by the proxy are returned as 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls. @@ -118,9 +107,6 @@ Changes with Apache 2.5.0 *) core: Correctly parse an IPv6 literal host specification in an absolute URL in the request line. [Stefan Fritsch] - *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254. - [Jackie Zhang ] - *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson] *) EventOpt MPM -- 2.40.0