[nginx] svn commit: r4737 - trunk/src/http
mdounin at mdounin.ru
mdounin at mdounin.ru
Tue Jul 3 11:30:05 UTC 2012
Author: mdounin
Date: 2012-07-03 11:30:05 +0000 (Tue, 03 Jul 2012)
New Revision: 4737
URL: http://trac.nginx.org/nginx/changeset/4737/nginx
Log:
Reset r->uri_changed in a named location (ticket #184).
Modified:
trunk/src/http/ngx_http_core_module.c
Modified: trunk/src/http/ngx_http_core_module.c
===================================================================
--- trunk/src/http/ngx_http_core_module.c 2012-07-03 11:28:54 UTC (rev 4736)
+++ trunk/src/http/ngx_http_core_module.c 2012-07-03 11:30:05 UTC (rev 4737)
@@ -2588,6 +2588,7 @@
r->internal = 1;
r->content_handler = NULL;
+ r->uri_changed = 0;
r->loc_conf = (*clcfp)->loc_conf;
/* clear the modules contexts */
More information about the nginx-devel
mailing list