diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-04-21 07:50:19 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-04-21 07:50:19 +0000 |
commit | b4ccb9f5bd1ae7ea59e2f78c31ec713bb10af0ff (patch) | |
tree | 73172325b181d406d61fb6880b2535c172663cef /src/http/ngx_http_core_module.c | |
parent | 60472812081386c0f2fda3139aef07a10f095173 (diff) | |
download | nginx-b4ccb9f5bd1ae7ea59e2f78c31ec713bb10af0ff.tar.gz nginx-b4ccb9f5bd1ae7ea59e2f78c31ec713bb10af0ff.zip |
$request_time has millisecond precision
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 7fa0ba347..76f5e9831 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -1353,8 +1353,6 @@ ngx_http_subrequest(ngx_http_request_t *r, sr->headers_in = r->headers_in; - sr->start_time = ngx_time(); - ngx_http_clear_content_length(sr); ngx_http_clear_accept_ranges(sr); ngx_http_clear_last_modified(sr); |