mirror of
https://github.com/nginx/nginx.git
synced 2024-12-27 17:31:35 -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
|
||||
* 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_req_status:3;
|
||||
|
Loading…
Reference in New Issue
Block a user