# HG changeset patch # User Igor Sysoev # Date 1303216156 0 # Node ID 1df827cf70c041a0dd2ae956ccc0b0a493bdab79 # Parent ec8dfac68f411d10b1df5f47d306aa67331d25eb fix r3713 thanks to Igor A. Valcov diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -2281,8 +2281,8 @@ ngx_http_subrequest(ngx_http_request_t * sr->uri_changes = NGX_HTTP_MAX_URI_CHANGES + 1; tp = ngx_timeofday(); - r->start_sec = tp->sec; - r->start_msec = tp->msec; + sr->start_sec = tp->sec; + sr->start_msec = tp->msec; r->main->subrequests++; r->main->count++;