diff src/http/ngx_http_request.h @ 4280:91874133fb27

Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 14 Nov 2011 14:04:42 +0000
parents 6b608bf9f3ae
children d620f497c50f
line wrap: on
line diff
--- 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