commit | bbe11b1e3c02fb2ddf4932c6b7308588359700c7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jul 25 11:16:24 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jul 25 11:16:24 2011 +0200 |
tree | 323e2135c16f26363282f1031ef76eccde31dbbe | |
parent | b32907b6c72a638f803459670817e8d3f20077ac [diff] |
[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.