1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

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
This commit is contained in:
Nick Kew
2010-01-09 22:34:51 +00:00
parent ceac8571d3
commit e4eef0cf74

View File

@@ -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;