comparison src/http/ngx_http_request.h @ 344:e366ba5db8f8

nginx-0.0.3-2004-06-01-10:04:46 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2004 06:04:46 +0000
parents 6bdf858bff8c
children 55e496a8ece3
comparison
equal deleted inserted replaced
343:6bdf858bff8c 344:e366ba5db8f8
220 220
221 ngx_http_headers_in_t headers_in; 221 ngx_http_headers_in_t headers_in;
222 ngx_http_headers_out_t headers_out; 222 ngx_http_headers_out_t headers_out;
223 223
224 ngx_http_request_body_t *request_body; 224 ngx_http_request_body_t *request_body;
225
226 #if 0
227 ngx_temp_file_t *temp_file;
228 ngx_chain_t *request_hunks;
229 ngx_hunk_t *request_body_hunk;
230 size_t remaining_body_len;
231 void (*request_body_handler) (void *data);
232 void *data;
233 #endif
234 225
235 time_t lingering_time; 226 time_t lingering_time;
236 227
237 ngx_uint_t method; 228 ngx_uint_t method;
238 ngx_uint_t http_version; 229 ngx_uint_t http_version;