]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport (trivial) r897570
authorNick Kew <niq@apache.org>
Wed, 27 Jan 2010 00:45:57 +0000 (00:45 +0000)
committerNick Kew <niq@apache.org>
Wed, 27 Jan 2010 00:45:57 +0000 (00:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@903517 13f79535-47bb-0310-9956-ffa450edef68

STATUS
modules/http/http_request.c

diff --git a/STATUS b/STATUS
index f48e847c6ec7af2036a494e495203fe30a63d700..c6d310f571e3f175e0dfd2de2526e3fc496cf07d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -87,11 +87,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  * http_request: We don't need to create new->allowed_methods both
-    on line 413 and again on line 450.
-    Patch: http://svn.apache.org/viewvc?view=revision&revision=897570
-    +1: niq, sf, wrowe
-
   * mod_authnz_ldap: log authn failures at INFO instead of WARN
       Trunk Patch: http://svn.apache.org/viewvc?rev=902641&view=rev
       2.2.x Patch: trunk patch works
index d10ec3cb89315e255fe99f84a6cfddf4c6729b9d..3a7e5ef985816b5a2d8925119a127ffdb50299f5 100644 (file)
@@ -388,7 +388,6 @@ static request_rec *internal_internal_redirect(const char *new_uri,
     new->err_headers_out = r->err_headers_out;
     new->subprocess_env  = rename_original_env(r->pool, r->subprocess_env);
     new->notes           = apr_table_make(r->pool, 5);
-    new->allowed_methods = ap_make_method_list(new->pool, 2);
 
     new->htaccess        = r->htaccess;
     new->no_cache        = r->no_cache;