comparison src/http/ngx_http_core_module.c @ 1179:6e2216ad2c87

$request_time has millisecond precision
author Igor Sysoev <igor@sysoev.ru>
date Sat, 21 Apr 2007 07:50:19 +0000
parents a4820184a618
children 493a227edfd5
comparison
equal deleted inserted replaced
1178:a77f6980de50 1179:6e2216ad2c87
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