comparison src/http/ngx_http_core_module.h @ 496:f39b9e29530d NGINX_0_8_0

nginx 0.8.0 *) Feature: the "keepalive_requests" directive. *) Feature: the "limit_rate_after" directive. Thanks to Ivan Debnar. *) Bugfix: XLST filter did not work in subrequests. *) Bugfix: in relative paths handling in nginx/Windows. *) Bugfix: in proxy_store, fastcgi_store, proxy_cache, and fastcgi_cache in nginx/Windows. *) Bugfix: in memory allocation error handling. Thanks to Maxim Dounin and Kirill A. Korinskiy.
author Igor Sysoev <http://sysoev.ru>
date Tue, 02 Jun 2009 00:00:00 +0400
parents 98143f74eb3d
children 4b0d7f0bf22b
comparison
equal deleted inserted replaced
495:6d9fb4461113 496:f39b9e29530d
322 322
323 size_t client_body_buffer_size; /* client_body_buffer_size */ 323 size_t client_body_buffer_size; /* client_body_buffer_size */
324 size_t send_lowat; /* send_lowat */ 324 size_t send_lowat; /* send_lowat */
325 size_t postpone_output; /* postpone_output */ 325 size_t postpone_output; /* postpone_output */
326 size_t limit_rate; /* limit_rate */ 326 size_t limit_rate; /* limit_rate */
327 size_t limit_rate_after; /* limit_rate_after */
327 size_t sendfile_max_chunk; /* sendfile_max_chunk */ 328 size_t sendfile_max_chunk; /* sendfile_max_chunk */
328 329
329 ngx_msec_t client_body_timeout; /* client_body_timeout */ 330 ngx_msec_t client_body_timeout; /* client_body_timeout */
330 ngx_msec_t send_timeout; /* send_timeout */ 331 ngx_msec_t send_timeout; /* send_timeout */
331 ngx_msec_t keepalive_timeout; /* keepalive_timeout */ 332 ngx_msec_t keepalive_timeout; /* keepalive_timeout */
335 336
336 ngx_resolver_t *resolver; /* resolver */ 337 ngx_resolver_t *resolver; /* resolver */
337 338
338 time_t keepalive_header; /* keepalive_timeout */ 339 time_t keepalive_header; /* keepalive_timeout */
339 340
341 ngx_uint_t keepalive_requests; /* keepalive_requests */
340 ngx_uint_t satisfy; /* satisfy */ 342 ngx_uint_t satisfy; /* satisfy */
341 ngx_uint_t if_modified_since; /* if_modified_since */ 343 ngx_uint_t if_modified_since; /* if_modified_since */
342 ngx_uint_t client_body_in_file_only; /* client_body_in_file_only */ 344 ngx_uint_t client_body_in_file_only; /* client_body_in_file_only */
343 345
344 ngx_flag_t client_body_in_single_buffer; 346 ngx_flag_t client_body_in_single_buffer;