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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user