]> granicus.if.org Git - apache/commitdiff
* These have been backported to 2.2.x.
authorRuediger Pluem <rpluem@apache.org>
Mon, 3 Sep 2007 21:10:31 +0000 (21:10 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 3 Sep 2007 21:10:31 +0000 (21:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@572426 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 7625ae712fe60b8b1d7c4af2355a163a6c194e3a..8f79694ca3cbcf28bfe7f52bdd2dcc33b0c7f7a1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,6 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
-  *) mod_proxy_http: accept proxy-sendchunked/proxy-sendchunks as synonymous.
-     PR 43183 [Brian Rectanus <Brian.Rectanus breach.com>, Vincent Bray]
-
   *) mod_include: Add an "if" directive syntax to test whether an URL
      is accessible, and if so, conditionally display content. This
      allows a webmaster to hide a link to a private page when the user
@@ -14,10 +11,6 @@ Changes with Apache 2.3.0
      parameters to the environment. Improve portability to
      EBCDIC machines by using apr_toupper(). [Martin Kraemer]
 
-  *) mod_proxy: Improve network performance by setting APR_TCP_NODELAY
-     (disable Nagle algorithm) on sockets if implemented.
-     PR 42871 [Christian BOITEL <christian_boitel yahoo.fr>, Jim Jagielski]
-
   *) mod_info: mod_info outputs invalid XHTML 1.0 transitional.
      PR 42847 [Rici Lake <rici ricilake.net>]
 
@@ -73,13 +66,6 @@ Changes with Apache 2.3.0
      cleanups registered in modules' child_init hooks are performed.
      [Chris Darroch]
 
-  *) core: Do not replace a Date header set by a proxied backend server.
-     PR 40232. [Ruediger Pluem]
-
-  *) mod_proxy: Ensure that at least scheme://hostname[:port] matches between
-     worker and URL when searching for the best fitting worker for a given URL.
-     PR 40910. [Ruediger Pluem]
-
   *) mod_cache: Remove expired content from cache that cannot be revalidated.
      PR 30370. [Ruediger Pluem]