aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2015-08-23 21:03:32 +0300
committerValentin Bartenev <vbart@nginx.com>2015-08-23 21:03:32 +0300
commit0d3b15729ce1340098f098a1e3342f13183fdde2 (patch)
tree73ac75ae464f26806d5e01f251e1453e5d29c2e6 /src/http/ngx_http_request.c
parentfae2488df708e7a2e5cc8d418bad2985c08d1ecb (diff)
downloadnginx-0d3b15729ce1340098f098a1e3342f13183fdde2.tar.gz
nginx-0d3b15729ce1340098f098a1e3342f13183fdde2.zip
Limit recursive subrequests instead of simultaneous.
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index cd5f30230..f0a203339 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -2338,7 +2338,6 @@ ngx_http_finalize_request(ngx_http_request_t *r, ngx_int_t rc)
if (r == c->data) {
r->main->count--;
- r->main->subrequests++;
if (!r->logged) {