mirror of
				https://github.com/openresty/openresty.git
				synced 2024-10-13 00:29:41 +00:00 
			
		
		
		
	upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14.
This commit is contained in:
		
							
								
								
									
										12
									
								
								patches/nginx-1.0.14-named_location_clear_mods_ctx.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								patches/nginx-1.0.14-named_location_clear_mods_ctx.patch
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
			
		||||
--- nginx-1.0.14/src/http/ngx_http_core_module.c	2011-09-27 19:14:02.000000000 +0800
 | 
			
		||||
+++ nginx-1.0.14-patched/src/http/ngx_http_core_module.c	2011-10-13 15:02:24.414550532 +0800
 | 
			
		||||
@@ -2542,6 +2542,9 @@
 | 
			
		||||
             r->content_handler = NULL;
 | 
			
		||||
             r->loc_conf = (*clcfp)->loc_conf;
 | 
			
		||||
 
 | 
			
		||||
+            /* clear the modules contexts */
 | 
			
		||||
+            ngx_memzero(r->ctx, sizeof(void *) * ngx_http_max_module);
 | 
			
		||||
+
 | 
			
		||||
             ngx_http_update_location_config(r);
 | 
			
		||||
 
 | 
			
		||||
             cmcf = ngx_http_get_module_main_conf(r, ngx_http_core_module);
 | 
			
		||||
		Reference in New Issue
	
	Block a user