comparison src/http/ngx_http_request.h @ 984:dd128232e6ba

count connection once per request
author Igor Sysoev <igor@sysoev.ru>
date Sun, 07 Jan 2007 17:47:17 +0000
parents 78e70dae89f0
children bbde03037ef6
comparison
equal deleted inserted replaced
983:7a8ca436d611 984:dd128232e6ba
427 * we use the single bit in the request structure 427 * we use the single bit in the request structure
428 */ 428 */
429 unsigned realip_set:1; 429 unsigned realip_set:1;
430 430
431 #endif 431 #endif
432
433 /*
434 * instead of using the request context data in ngx_http_limit_zone_module
435 * we use the single bit in the request structure
436 */
437 unsigned limit_zone_set:1;
432 438
433 #if 0 439 #if 0
434 unsigned cachable:1; 440 unsigned cachable:1;
435 #endif 441 #endif
436 442