comparison src/http/ngx_http_request.h @ 1075:4d203f76b757

undo "client_body_in_file_only any" and introduce "client_body_in_file_only clean" introduce ngx_pool_delete_file() to not break a possible third-party ngx_pool_cleanup_file() usage that may lead to an removal of the useful files delete unnecessary ngx_http_finalize_request_body()
author Igor Sysoev <igor@sysoev.ru>
date Thu, 25 Jan 2007 08:45:04 +0000
parents bff1312b84ed
children b1ebd03de948
comparison
equal deleted inserted replaced
1074:8164f479b362 1075:4d203f76b757
407 unsigned uri_changes:4; 407 unsigned uri_changes:4;
408 408
409 unsigned request_body_in_single_buf:1; 409 unsigned request_body_in_single_buf:1;
410 unsigned request_body_in_file_only:1; 410 unsigned request_body_in_file_only:1;
411 unsigned request_body_in_persistent_file:1; 411 unsigned request_body_in_persistent_file:1;
412 unsigned request_body_delete_incomplete_file:1; 412 unsigned request_body_in_clean_file:1;
413 unsigned request_body_file_group_access:1; 413 unsigned request_body_file_group_access:1;
414 unsigned request_body_file_log_level:3; 414 unsigned request_body_file_log_level:3;
415 415
416 unsigned fast_subrequest:1; 416 unsigned fast_subrequest:1;
417 unsigned subrequest_in_memory:1; 417 unsigned subrequest_in_memory:1;