mirror of
https://github.com/nginx/nginx.git
synced 2024-12-28 09:51:04 -06:00
Updated comment after 776d1bebdca2.
This commit is contained in:
parent
02ec15dc0d
commit
271b12c711
@ -510,7 +510,7 @@ struct ngx_http_request_s {
|
|||||||
/*
|
/*
|
||||||
* instead of using the request context data in
|
* instead of using the request context data in
|
||||||
* ngx_http_limit_conn_module and ngx_http_limit_req_module
|
* ngx_http_limit_conn_module and ngx_http_limit_req_module
|
||||||
* we use the single bits in the request structure
|
* we use the bit fields in the request structure
|
||||||
*/
|
*/
|
||||||
unsigned limit_conn_set:1;
|
unsigned limit_conn_set:1;
|
||||||
unsigned limit_req_status:3;
|
unsigned limit_req_status:3;
|
||||||
|
Loading…
Reference in New Issue
Block a user