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:
Maxim Dounin 2012-08-06 15:20:03 +00:00
parent 73f3836c3c
commit e119c8f3cf
1 changed files with 1 additions and 0 deletions

View File

@ -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 */