]> granicus.if.org Git - apache/commitdiff
In 2.4.x
authorJim Jagielski <jim@apache.org>
Thu, 11 Jul 2013 12:27:51 +0000 (12:27 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 11 Jul 2013 12:27:51 +0000 (12:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1502205 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 194a5ec1ac199b1929228a77a73a689fe61b0fa2..21711e598957612a01538c5162c1d53c04dace2e 100644 (file)
--- 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 <coad measurement-factory.com>]
-
   *) 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 <coad measurement-factory.com>]
-
-  *) mod_proxy: Fix seg-faults when using the global pool on threaded
-     MPMs [Thomas Eckert <thomas.r.w.eckert gmail.com>, 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 <jackie qq zhang gmail com>]
-
   *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
 
   *) EventOpt MPM