]> git.kaiwu.me - nginx.git/commit
undo "client_body_in_file_only any"
authorIgor Sysoev <igor@sysoev.ru>
Thu, 25 Jan 2007 08:45:04 +0000 (08:45 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 25 Jan 2007 08:45:04 +0000 (08:45 +0000)
commitcd5b99a0450ea5c6bdf8a40d607760d93b1c1190
tree90561613d8ae962ab9f5f96c652ffe315b030f83
parent3a58cc90b5f7cd10e8dcb50abddb8d1218b32746
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()
src/core/ngx_file.c
src/core/ngx_file.h
src/core/ngx_palloc.c
src/core/ngx_palloc.h
src/http/modules/ngx_http_dav_module.c
src/http/modules/perl/nginx.xs
src/http/ngx_http_core_module.c
src/http/ngx_http_request.h
src/http/ngx_http_request_body.c