mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
fix r3713
thanks to Igor A. Valcov
This commit is contained in:
parent
f771ce9863
commit
423ee58e76
1 changed files with 2 additions and 2 deletions
|
|
@ -2281,8 +2281,8 @@ ngx_http_subrequest(ngx_http_request_t *r,
|
|||
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++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue