diff options
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 6cbbf09e7..f08ec458d 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -1330,7 +1330,6 @@ ngx_http_internal_redirect(ngx_http_request_t *r, ngx_http_update_location_config(r); r->internal = 1; - r->method = NGX_HTTP_GET; r->uri_changes--; |