comparison src/http/ngx_http_core_module.h @ 2845:10d6b9950453

client_body_in_single_buffer
author Igor Sysoev <igor@sysoev.ru>
date Thu, 14 May 2009 11:41:33 +0000
parents faafc084a7a4
children 507fc5ac9839
comparison
equal deleted inserted replaced
2844:2f3c80ff2123 2845:10d6b9950453
339 339
340 ngx_uint_t satisfy; /* satisfy */ 340 ngx_uint_t satisfy; /* satisfy */
341 ngx_uint_t if_modified_since; /* if_modified_since */ 341 ngx_uint_t if_modified_since; /* if_modified_since */
342 ngx_uint_t client_body_in_file_only; /* client_body_in_file_only */ 342 ngx_uint_t client_body_in_file_only; /* client_body_in_file_only */
343 343
344 ngx_flag_t client_body_in_single_buffer;
345 /* client_body_in_singe_buffer */
344 ngx_flag_t internal; /* internal */ 346 ngx_flag_t internal; /* internal */
345 ngx_flag_t sendfile; /* sendfile */ 347 ngx_flag_t sendfile; /* sendfile */
346 ngx_flag_t tcp_nopush; /* tcp_nopush */ 348 ngx_flag_t tcp_nopush; /* tcp_nopush */
347 ngx_flag_t tcp_nodelay; /* tcp_nodelay */ 349 ngx_flag_t tcp_nodelay; /* tcp_nodelay */
348 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */ 350 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */