comparison src/http/ngx_http_core_module.c @ 837:3611dca3c53a

fix subrequest limit
author Igor Sysoev <igor@sysoev.ru>
date Thu, 02 Nov 2006 13:38:25 +0000
parents 472cd9768ac2
children e61362d2d844
comparison
equal deleted inserted replaced
836:2ac233efc052 837:3611dca3c53a
1414 ngx_http_handler(sr); 1414 ngx_http_handler(sr);
1415 1415
1416 if (!c->destroyed) { 1416 if (!c->destroyed) {
1417 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0, 1417 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
1418 "http subrequest done \"%V?%V\"", uri, &sr->args); 1418 "http subrequest done \"%V?%V\"", uri, &sr->args);
1419
1420 r->main->subrequests++;
1419 1421
1420 *psr = sr; 1422 *psr = sr;
1421 1423
1422 if (sr->fast_subrequest) { 1424 if (sr->fast_subrequest) {
1423 sr->fast_subrequest = 0; 1425 sr->fast_subrequest = 0;