]> git.kaiwu.me - nginx.git/commit
Added protection against r->main->count overflow by subrequests.
authorValentin Bartenev <vbart@nginx.com>
Mon, 31 Aug 2015 20:25:16 +0000 (23:25 +0300)
committerValentin Bartenev <vbart@nginx.com>
Mon, 31 Aug 2015 20:25:16 +0000 (23:25 +0300)
commit4ec67cf86fe3ae09692969b175978b57f8b180ad
tree93c7d51542930f997155876086933ca66cb9e575
parent0d3b15729ce1340098f098a1e3342f13183fdde2
Added protection against r->main->count overflow by subrequests.

This overflow has become possible after the change in 06e850859a26,
since concurrent subrequests are not limited now and each of them is
counted in r->main->count.
src/http/ngx_http_core_module.c
src/http/ngx_http_request.h