mirror of
				https://github.com/openresty/openresty.git
				synced 2024-10-13 00:29:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			536 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			536 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- nginx-1.0.10/src/http/ngx_http_core_module.c	2011-09-27 19:14:02.000000000 +0800
 | |
| +++ nginx-1.0.10-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);
 |