diff src/http/ngx_http_core_module.h @ 2967:0ea35a84c72d stable-0.6

merge r2889: keepalive_requests
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Jun 2009 09:50:51 +0000
parents 87e1fcd9b604
children
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -307,6 +307,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 */