]> granicus.if.org Git - apache/commitdiff
In 2.2.x
authorJim Jagielski <jim@apache.org>
Fri, 15 Aug 2008 22:23:11 +0000 (22:23 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 15 Aug 2008 22:23:11 +0000 (22:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686404 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 230e1fa401d300cb339d792e4cd64db029f3efa3..3a387680ade9e682a844e3c09f969205e0a06fcb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -24,10 +24,6 @@ Changes with Apache 2.3.0
   *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247
      [Tom Donovan]
 
-  *) mod_proxy_http: Do not forward requests with 'Expect: 100-continue' to
-     known HTTP/1.0 servers. Return 'Expectation failed' (417) instead.
-     [Ruediger Pluem]
-
   *) core, authn/z: Determine registered authn/z providers directly in
      ap_setup_auth_internal(), which allows optional functions that just
      wrapped ap_list_provider_names() to be removed from authn/z modules.