aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2011-11-14 14:04:42 +0000
committerValentin Bartenev <vbart@nginx.com>2011-11-14 14:04:42 +0000
commit255e20ad21e0495b405d79dc9bb1c472511d86f5 (patch)
treea704939f90e5af8af2e1ad84e0f59950b3ad6ad4 /src/http/ngx_http_request.h
parent80e3cba5fdf8b0af17bc95a20e5eeaf13e232490 (diff)
downloadnginx-255e20ad21e0495b405d79dc9bb1c472511d86f5.tar.gz
nginx-255e20ad21e0495b405d79dc9bb1c472511d86f5.zip
Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 6198d7ef2..e851efa03 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -480,7 +480,7 @@ struct ngx_http_request_s {
* ngx_http_limit_zone_module and ngx_http_limit_req_module
* we use the single bits in the request structure
*/
- unsigned limit_zone_set:1;
+ unsigned limit_conn_set:1;
unsigned limit_req_set:1;
#if 0