From: Nick Kew Date: Sat, 9 Jan 2010 22:34:51 +0000 (+0000) Subject: We shouldn't need to create r->allowed_methods twice! X-Git-Tag: 2.3.5~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4eef0cf742d9ba9b2525c2875140fb16861ffdf;p=apache We shouldn't need to create r->allowed_methods twice! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@897570 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_request.c b/modules/http/http_request.c index 81701f243a..869bbc82a4 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.c @@ -447,7 +447,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;