aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-01-25 08:45:04 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-01-25 08:45:04 +0000
commitcd5b99a0450ea5c6bdf8a40d607760d93b1c1190 (patch)
tree90561613d8ae962ab9f5f96c652ffe315b030f83 /src/http/ngx_http_request.h
parent3a58cc90b5f7cd10e8dcb50abddb8d1218b32746 (diff)
downloadnginx-cd5b99a0450ea5c6bdf8a40d607760d93b1c1190.tar.gz
nginx-cd5b99a0450ea5c6bdf8a40d607760d93b1c1190.zip
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()
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 0c7f5cb5f..787b36155 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -409,7 +409,7 @@ struct ngx_http_request_s {
unsigned request_body_in_single_buf:1;
unsigned request_body_in_file_only:1;
unsigned request_body_in_persistent_file:1;
- unsigned request_body_delete_incomplete_file:1;
+ unsigned request_body_in_clean_file:1;
unsigned request_body_file_group_access:1;
unsigned request_body_file_log_level:3;