comparison src/http/ngx_http_core_module.c @ 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 27d9d1f26b38
children cba14c1e2a4b
comparison
equal deleted inserted replaced
297:df0fd0d43ed8 298:30862655219e
1350 sr->loc_conf = cscf->ctx->loc_conf; 1350 sr->loc_conf = cscf->ctx->loc_conf;
1351 1351
1352 sr->pool = r->pool; 1352 sr->pool = r->pool;
1353 1353
1354 sr->headers_in = r->headers_in; 1354 sr->headers_in = r->headers_in;
1355
1356 sr->start_time = ngx_time();
1357 1355
1358 ngx_http_clear_content_length(sr); 1356 ngx_http_clear_content_length(sr);
1359 ngx_http_clear_accept_ranges(sr); 1357 ngx_http_clear_accept_ranges(sr);
1360 ngx_http_clear_last_modified(sr); 1358 ngx_http_clear_last_modified(sr);
1361 1359