comparison 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
comparison
equal deleted inserted replaced
2887:78277989e9ea 2888:512d164a8348
335 335
336 ngx_resolver_t *resolver; /* resolver */ 336 ngx_resolver_t *resolver; /* resolver */
337 337
338 time_t keepalive_header; /* keepalive_timeout */ 338 time_t keepalive_header; /* keepalive_timeout */
339 339
340 ngx_uint_t keepalive_requests; /* keepalive_requests */
340 ngx_uint_t satisfy; /* satisfy */ 341 ngx_uint_t satisfy; /* satisfy */
341 ngx_uint_t if_modified_since; /* if_modified_since */ 342 ngx_uint_t if_modified_since; /* if_modified_since */
342 ngx_uint_t client_body_in_file_only; /* client_body_in_file_only */ 343 ngx_uint_t client_body_in_file_only; /* client_body_in_file_only */
343 344
344 ngx_flag_t client_body_in_single_buffer; 345 ngx_flag_t client_body_in_single_buffer;