commit | 85300c3f1464ca3de052f0c369bfafa0833d8134 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Nov 02 13:38:25 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Nov 02 13:38:25 2006 +0000 |
tree | 187cec171c0c35a28799a8280df021bb395164df | |
parent | cf5836e85040c8f14c58637b56abbf14cd8e21ac [diff] |
fix subrequest limit
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index adc751e..2b4f56f 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c
@@ -1417,6 +1417,8 @@ ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0, "http subrequest done \"%V?%V\"", uri, &sr->args); + r->main->subrequests++; + *psr = sr; if (sr->fast_subrequest) {