Updated comment after 776d1bebdca2.

This commit is contained in:
Roman Arutyunyan 2019-11-18 17:46:52 +03:00
parent 02ec15dc0d
commit 271b12c711

View File

@ -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;