comparison src/http/ngx_http_core_module.h @ 388:8815ae9c367b NGINX_0_6_38

nginx 0.6.38 *) Feature: the "keepalive_requests" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 22 Jun 2009 00:00:00 +0400
parents 09b703ae3ba5
children
comparison
equal deleted inserted replaced
387:837f381d298f 388:8815ae9c367b
305 305
306 ngx_resolver_t *resolver; /* resolver */ 306 ngx_resolver_t *resolver; /* resolver */
307 307
308 time_t keepalive_header; /* keepalive_timeout */ 308 time_t keepalive_header; /* keepalive_timeout */
309 309
310 ngx_uint_t keepalive_requests; /* keepalive_requests */
310 ngx_uint_t satisfy; /* satisfy */ 311 ngx_uint_t satisfy; /* satisfy */
311 ngx_uint_t if_modified_since; /* if_modified_since */ 312 ngx_uint_t if_modified_since; /* if_modified_since */
312 313
313 ngx_flag_t internal; /* internal */ 314 ngx_flag_t internal; /* internal */
314 ngx_flag_t client_body_in_file_only; /* client_body_in_file_only */ 315 ngx_flag_t client_body_in_file_only; /* client_body_in_file_only */