comparison src/http/ngx_http_core_module.h @ 6006:942283a53c28

The "aio" directive parser made smarter. It now prints meaningful warnings on all platforms. No functional changes.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 13 Mar 2015 16:42:52 +0300
parents 2dac6ae6d703
children 1fdba317ee6d
comparison
equal deleted inserted replaced
6005:d84f0abd4a53 6006:942283a53c28
393 393
394 ngx_flag_t client_body_in_single_buffer; 394 ngx_flag_t client_body_in_single_buffer;
395 /* client_body_in_singe_buffer */ 395 /* client_body_in_singe_buffer */
396 ngx_flag_t internal; /* internal */ 396 ngx_flag_t internal; /* internal */
397 ngx_flag_t sendfile; /* sendfile */ 397 ngx_flag_t sendfile; /* sendfile */
398 #if (NGX_HAVE_FILE_AIO)
399 ngx_flag_t aio; /* aio */ 398 ngx_flag_t aio; /* aio */
400 #endif
401 ngx_flag_t tcp_nopush; /* tcp_nopush */ 399 ngx_flag_t tcp_nopush; /* tcp_nopush */
402 ngx_flag_t tcp_nodelay; /* tcp_nodelay */ 400 ngx_flag_t tcp_nodelay; /* tcp_nodelay */
403 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */ 401 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */
404 ngx_flag_t server_name_in_redirect; /* server_name_in_redirect */ 402 ngx_flag_t server_name_in_redirect; /* server_name_in_redirect */
405 ngx_flag_t port_in_redirect; /* port_in_redirect */ 403 ngx_flag_t port_in_redirect; /* port_in_redirect */