comparison src/http/ngx_http_request.c @ 6237:06e850859a26

Limit recursive subrequests instead of simultaneous.
author Valentin Bartenev <vbart@nginx.com>
date Sun, 23 Aug 2015 21:03:32 +0300
parents a420cb1c170b
children 257b51c37c5a
comparison
equal deleted inserted replaced
6236:b48663791c17 6237:06e850859a26
2336 pr = r->parent; 2336 pr = r->parent;
2337 2337
2338 if (r == c->data) { 2338 if (r == c->data) {
2339 2339
2340 r->main->count--; 2340 r->main->count--;
2341 r->main->subrequests++;
2342 2341
2343 if (!r->logged) { 2342 if (!r->logged) {
2344 2343
2345 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); 2344 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
2346 2345