comparison src/http/ngx_http_request.h @ 298:30862655219e NGINX_0_5_19

nginx 0.5.19 *) Change: now the $request_time variable has millisecond precision. *) Change: the method $r->rflush of ngx_http_perl_module was renamed to the $r->flush. *) Feature: the $upstream_addr variable. *) Feature: the "proxy_headers_hash_max_size" and "proxy_headers_hash_bucket_size" directives. Thanks to Volodymyr Kostyrko. *) Bugfix: the files more than 2G could not be transferred using sendfile and limit_rate on 64-bit platforms. *) Bugfix: the files more than 2G could not be transferred using sendfile on 64-bit Linux.
author Igor Sysoev <http://sysoev.ru>
date Tue, 24 Apr 2007 00:00:00 +0400
parents 2ceaee987f37
children f70f2f565fe0
comparison
equal deleted inserted replaced
297:df0fd0d43ed8 298:30862655219e
340 ngx_http_headers_out_t headers_out; 340 ngx_http_headers_out_t headers_out;
341 341
342 ngx_http_request_body_t *request_body; 342 ngx_http_request_body_t *request_body;
343 343
344 time_t lingering_time; 344 time_t lingering_time;
345 time_t start_time; 345 time_t start_sec;
346 ngx_msec_t start_msec;
346 347
347 ngx_uint_t method; 348 ngx_uint_t method;
348 ngx_uint_t http_version; 349 ngx_uint_t http_version;
349 350
350 ngx_str_t request_line; 351 ngx_str_t request_line;