[nginx] svn commit: r4458 - trunk/src/http

vbart at nginx.com vbart at nginx.com
Fri Feb 10 09:56:38 UTC 2012


Author: vbart
Date: 2012-02-10 09:56:37 +0000 (Fri, 10 Feb 2012)
New Revision: 4458

Modified:
   trunk/src/http/ngx_http_request.h
Log:
Fixed module name in comment. It was forgotten in r4281.


Modified: trunk/src/http/ngx_http_request.h
===================================================================
--- trunk/src/http/ngx_http_request.h	2012-02-09 16:18:02 UTC (rev 4457)
+++ trunk/src/http/ngx_http_request.h	2012-02-10 09:56:37 UTC (rev 4458)
@@ -478,7 +478,7 @@
 
     /*
      * 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;



More information about the nginx-devel mailing list