comparison src/http/ngx_http_request.h @ 4280:91874133fb27

Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 14 Nov 2011 14:04:42 +0000
parents 6b608bf9f3ae
children d620f497c50f
comparison
equal deleted inserted replaced
4279:21167183825d 4280:91874133fb27
478 /* 478 /*
479 * instead of using the request context data in 479 * instead of using the request context data in
480 * ngx_http_limit_zone_module and ngx_http_limit_req_module 480 * ngx_http_limit_zone_module and ngx_http_limit_req_module
481 * we use the single bits in the request structure 481 * we use the single bits in the request structure
482 */ 482 */
483 unsigned limit_zone_set:1; 483 unsigned limit_conn_set:1;
484 unsigned limit_req_set:1; 484 unsigned limit_req_set:1;
485 485
486 #if 0 486 #if 0
487 unsigned cacheable:1; 487 unsigned cacheable:1;
488 #endif 488 #endif