]> git.kaiwu.me - nginx.git/commit
Upstream: limited next_upstream time and tries when resolving DNS.
authorGu Feng <flygoast@126.com>
Mon, 27 Oct 2014 11:52:03 +0000 (19:52 +0800)
committerGu Feng <flygoast@126.com>
Mon, 27 Oct 2014 11:52:03 +0000 (19:52 +0800)
commit726c5726fb0a58b9eb567d0a7f3e9b56339959e9
treeae52e80cb2f877e25113ebb6574a7573b68b2ce5
parentcf1e4781a9c0efd2c057096191ece4c79d3a0edd
Upstream: limited next_upstream time and tries when resolving DNS.

When got multiple upstream IP addresses using DNS resolving, the number of
upstreams tries and the maxinum time spent for these tries were not affected.
This patch fixed it.
src/http/ngx_http_upstream.c