Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4737 - trunk/src/http

Anonymous User
July 03, 2012 07:32AM
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 */

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4737 - trunk/src/http

Anonymous User 1070 July 03, 2012 07:32AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 244
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready