comparison src/http/ngx_http_core_module.c @ 3897:1df827cf70c0

fix r3713 thanks to Igor A. Valcov
author Igor Sysoev <igor@sysoev.ru>
date Tue, 19 Apr 2011 12:29:16 +0000
parents e7798b5e990a
children 6b608bf9f3ae 0094c8636d5f
comparison
equal deleted inserted replaced
3896:ec8dfac68f41 3897:1df827cf70c0
2279 sr->main_filter_need_in_memory = r->main_filter_need_in_memory; 2279 sr->main_filter_need_in_memory = r->main_filter_need_in_memory;
2280 2280
2281 sr->uri_changes = NGX_HTTP_MAX_URI_CHANGES + 1; 2281 sr->uri_changes = NGX_HTTP_MAX_URI_CHANGES + 1;
2282 2282
2283 tp = ngx_timeofday(); 2283 tp = ngx_timeofday();
2284 r->start_sec = tp->sec; 2284 sr->start_sec = tp->sec;
2285 r->start_msec = tp->msec; 2285 sr->start_msec = tp->msec;
2286 2286
2287 r->main->subrequests++; 2287 r->main->subrequests++;
2288 r->main->count++; 2288 r->main->count++;
2289 2289
2290 *psr = sr; 2290 *psr = sr;