]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] proxy: peers must only be stopped once, not upon every call to maintain_proxies
authorWilly Tarreau <w@1wt.eu>
Mon, 25 Jul 2011 09:16:24 +0000 (11:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Jul 2011 09:16:24 +0000 (11:16 +0200)
commitbbe11b1e3c02fb2ddf4932c6b7308588359700c7
tree323e2135c16f26363282f1031ef76eccde31dbbe
parentb32907b6c72a638f803459670817e8d3f20077ac
[BUG] proxy: peers must only be stopped once, not upon every call to maintain_proxies

Peers were stopped on every call to maintain_proxies when stopping=1,
while they should only be stopped once upon call to soft_stop(). This
bug has little impact, mostly increased CPU usage. It's not needed to
backport it.
src/proxy.c