comparison src/http/ngx_http_core_module.h @ 2841:faafc084a7a4

fix client_body_in_file_only type
author Igor Sysoev <igor@sysoev.ru>
date Thu, 14 May 2009 11:31:50 +0000
parents d478379e51ac
children 10d6b9950453
comparison
equal deleted inserted replaced
2840:22c4c012c8c9 2841:faafc084a7a4
337 337
338 time_t keepalive_header; /* keepalive_timeout */ 338 time_t keepalive_header; /* keepalive_timeout */
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 343
343 ngx_flag_t internal; /* internal */ 344 ngx_flag_t internal; /* internal */
344 ngx_flag_t client_body_in_file_only; /* client_body_in_file_only */
345 ngx_flag_t sendfile; /* sendfile */ 345 ngx_flag_t sendfile; /* sendfile */
346 ngx_flag_t tcp_nopush; /* tcp_nopush */ 346 ngx_flag_t tcp_nopush; /* tcp_nopush */
347 ngx_flag_t tcp_nodelay; /* tcp_nodelay */ 347 ngx_flag_t tcp_nodelay; /* tcp_nodelay */
348 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */ 348 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */
349 ngx_flag_t server_name_in_redirect; /* server_name_in_redirect */ 349 ngx_flag_t server_name_in_redirect; /* server_name_in_redirect */