mirror of
https://github.com/nginx/nginx.git
synced 2025-08-05 22:26:15 +08:00
Merge of r4737: r->uri_changed in a named location fix.
Reset r->uri_changed in a named location (ticket #184).
This commit is contained in:
parent
7886114506
commit
003a2e0ab9
@ -2588,6 +2588,7 @@ ngx_http_named_location(ngx_http_request_t *r, ngx_str_t *name)
|
||||
|
||||
r->internal = 1;
|
||||
r->content_handler = NULL;
|
||||
r->uri_changed = 0;
|
||||
r->loc_conf = (*clcfp)->loc_conf;
|
||||
|
||||
/* clear the modules contexts */
|
||||
|
Loading…
Reference in New Issue
Block a user