diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-06-01 06:04:46 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-01 06:04:46 +0000 |
commit | 67f450d7bc2b847f07ad302fa3fd6fa46da784f0 (patch) | |
tree | ad432c07b62f9145f78ba569e9a1ed51a3d41e17 /src/http/ngx_http_request.h | |
parent | 369145cef1971e4273dc59340689c2d96f84d18a (diff) | |
download | nginx-67f450d7bc2b847f07ad302fa3fd6fa46da784f0.tar.gz nginx-67f450d7bc2b847f07ad302fa3fd6fa46da784f0.zip |
nginx-0.0.3-2004-06-01-10:04:46 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 77cabb5bd..cac8aed37 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -223,15 +223,6 @@ struct ngx_http_request_s { ngx_http_request_body_t *request_body; -#if 0 - ngx_temp_file_t *temp_file; - ngx_chain_t *request_hunks; - ngx_hunk_t *request_body_hunk; - size_t remaining_body_len; - void (*request_body_handler) (void *data); - void *data; -#endif - time_t lingering_time; ngx_uint_t method; |