Skip to content

Commit

Permalink
Updated comment after 776d1bebdca2.
Browse files Browse the repository at this point in the history
  • Loading branch information
arut committed Nov 18, 2019
1 parent 02ec15d commit 271b12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/ngx_http_request.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 271b12c

Please sign in to comment.