]> git.kaiwu.me - haproxy.git/commit
[BUG] do not try to pause backends during reload
authorWilly Tarreau <w@1wt.eu>
Fri, 10 Oct 2008 15:51:34 +0000 (17:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 12 Oct 2008 20:35:26 +0000 (22:35 +0200)
commitd9c6ef0a4abfcb7e84e91204e8882c86cd6f68c8
tree93faac66268170d0c715225592f5f7558c3cd430
parent89e0db128c78f712592b63f8512f1cdb25708a59
[BUG] do not try to pause backends during reload

During a configuration reload, haproxy tried to pause all proxies.
Unfortunately, it also tried to pause backends, which would fail
and cause trouble to the new process since the port was still bound.
src/proxy.c