comparison src/http/ngx_http_core_module.c @ 4736:cebbe4fda8aa

Reset r->uri_changed in a named location (ticket #184).
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Jul 2012 11:30:05 +0000
parents ed957e0daeb4
children 192f54280a7a
comparison
equal deleted inserted replaced
4735:9859cd78ab30 4736:cebbe4fda8aa
2586 "using location: %V \"%V?%V\"", 2586 "using location: %V \"%V?%V\"",
2587 name, &r->uri, &r->args); 2587 name, &r->uri, &r->args);
2588 2588
2589 r->internal = 1; 2589 r->internal = 1;
2590 r->content_handler = NULL; 2590 r->content_handler = NULL;
2591 r->uri_changed = 0;
2591 r->loc_conf = (*clcfp)->loc_conf; 2592 r->loc_conf = (*clcfp)->loc_conf;
2592 2593
2593 /* clear the modules contexts */ 2594 /* clear the modules contexts */
2594 ngx_memzero(r->ctx, sizeof(void *) * ngx_http_max_module); 2595 ngx_memzero(r->ctx, sizeof(void *) * ngx_http_max_module);
2595 2596