comparison src/http/ngx_http_core_module.h @ 518:86dad910eeb6 NGINX_0_8_11

nginx 0.8.11 *) Change: directive "gzip_disable msie6" enables gzipping for MSIE 6.0 SV1. *) Feature: file AIO support on FreeBSD and Linux. *) Feature: the "directio_alignment" directive.
author Igor Sysoev <http://sysoev.ru>
date Fri, 28 Aug 2009 00:00:00 +0400
parents 4b0d7f0bf22b
children d41628eb4d0a
comparison
equal deleted inserted replaced
517:15b5cddc5190 518:86dad910eeb6
317 ngx_hash_t types_hash; 317 ngx_hash_t types_hash;
318 ngx_str_t default_type; 318 ngx_str_t default_type;
319 319
320 off_t client_max_body_size; /* client_max_body_size */ 320 off_t client_max_body_size; /* client_max_body_size */
321 off_t directio; /* directio */ 321 off_t directio; /* directio */
322 off_t directio_alignment; /* directio_alignment */
322 323
323 size_t client_body_buffer_size; /* client_body_buffer_size */ 324 size_t client_body_buffer_size; /* client_body_buffer_size */
324 size_t send_lowat; /* send_lowat */ 325 size_t send_lowat; /* send_lowat */
325 size_t postpone_output; /* postpone_output */ 326 size_t postpone_output; /* postpone_output */
326 size_t limit_rate; /* limit_rate */ 327 size_t limit_rate; /* limit_rate */
345 346
346 ngx_flag_t client_body_in_single_buffer; 347 ngx_flag_t client_body_in_single_buffer;
347 /* client_body_in_singe_buffer */ 348 /* client_body_in_singe_buffer */
348 ngx_flag_t internal; /* internal */ 349 ngx_flag_t internal; /* internal */
349 ngx_flag_t sendfile; /* sendfile */ 350 ngx_flag_t sendfile; /* sendfile */
351 #if (NGX_HAVE_FILE_AIO)
352 ngx_flag_t aio; /* aio */
353 #endif
350 ngx_flag_t tcp_nopush; /* tcp_nopush */ 354 ngx_flag_t tcp_nopush; /* tcp_nopush */
351 ngx_flag_t tcp_nodelay; /* tcp_nodelay */ 355 ngx_flag_t tcp_nodelay; /* tcp_nodelay */
352 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */ 356 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */
353 ngx_flag_t server_name_in_redirect; /* server_name_in_redirect */ 357 ngx_flag_t server_name_in_redirect; /* server_name_in_redirect */
354 ngx_flag_t port_in_redirect; /* port_in_redirect */ 358 ngx_flag_t port_in_redirect; /* port_in_redirect */