mirror of
https://github.com/nginx/nginx.git
synced 2026-09-01 02:58:40 +00:00
Fixed module name in comment. It was forgotten in r4281.
This commit is contained in:
parent
0f3d6715e7
commit
e35ff2a08c
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ struct ngx_http_request_s {
|
|||
|
||||
/*
|
||||
* instead of using the request context data in
|
||||
* ngx_http_limit_zone_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
|
||||
*/
|
||||
unsigned limit_conn_set:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue