diff src/http/ngx_http_core_module.h @ 2888:512d164a8348

keepalive_requests
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 May 2009 15:38:36 +0000
parents 507fc5ac9839
children 4f5753877376 501fd3ae3188
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -337,6 +337,7 @@ struct ngx_http_core_loc_conf_s {
 
     time_t        keepalive_header;        /* keepalive_timeout */
 
+    ngx_uint_t    keepalive_requests;      /* keepalive_requests */
     ngx_uint_t    satisfy;                 /* satisfy */
     ngx_uint_t    if_modified_since;       /* if_modified_since */
     ngx_uint_t    client_body_in_file_only; /* client_body_in_file_only */