diff options
author | Roman Arutyunyan <arut@nginx.com> | 2019-11-18 17:46:52 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2019-11-18 17:46:52 +0300 |
commit | 271b12c71172b77ba6db6f5c8ab8ee67f0918fa3 (patch) | |
tree | df56a75186247791caec1d5c3d5822dbce344c80 /src | |
parent | 02ec15dc0d26df13a32074de030f8a57c162d593 (diff) | |
download | nginx-271b12c71172b77ba6db6f5c8ab8ee67f0918fa3.tar.gz nginx-271b12c71172b77ba6db6f5c8ab8ee67f0918fa3.zip |
Updated comment after 776d1bebdca2.
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_request.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index d19a389dc..1aa9cd73e 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -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; |