[nginx] Updated comment after 776d1bebdca2.

Roman Arutyunyan arut at nginx.com
Tue Nov 19 11:18:56 UTC 2019


details:   https://hg.nginx.org/nginx/rev/e84fb4991d74
branches:  
changeset: 7593:e84fb4991d74
user:      Roman Arutyunyan <arut at nginx.com>
date:      Mon Nov 18 17:46:52 2019 +0300
description:
Updated comment after 776d1bebdca2.

diffstat:

 src/http/ngx_http_request.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 776d1bebdca2 -r e84fb4991d74 src/http/ngx_http_request.h
--- a/src/http/ngx_http_request.h	Wed Nov 06 19:03:18 2019 +0300
+++ b/src/http/ngx_http_request.h	Mon Nov 18 17:46:52 2019 +0300
@@ -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;


More information about the nginx-devel mailing list