comparison src/http/ngx_http_request.h @ 4457:50f463258eea

Fixed module name in comment. It was forgotten in r4281.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 10 Feb 2012 09:56:37 +0000
parents d620f497c50f
children d11f86a16e3b
comparison
equal deleted inserted replaced
4456:6d40dc8e5ed1 4457:50f463258eea
476 unsigned bypass_cache:1; 476 unsigned bypass_cache:1;
477 unsigned no_cache:1; 477 unsigned no_cache:1;
478 478
479 /* 479 /*
480 * instead of using the request context data in 480 * instead of using the request context data in
481 * ngx_http_limit_zone_module and ngx_http_limit_req_module 481 * ngx_http_limit_conn_module and ngx_http_limit_req_module
482 * we use the single bits in the request structure 482 * we use the single bits in the request structure
483 */ 483 */
484 unsigned limit_conn_set:1; 484 unsigned limit_conn_set:1;
485 unsigned limit_req_set:1; 485 unsigned limit_req_set:1;
486 486