mirror of
https://github.com/nginx/nginx.git
synced 2026-08-09 04:28:18 -05:00
Updated comment after 776d1bebdca2.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user