commit | ba29687bc196e0eb1c1752181e3d49a10a631887 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 16 15:10:11 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 16 15:16:17 2020 +0200 |
tree | 8f9f858fcf33fa9feb11693eb055676a95b509f7 | |
parent | 4a32103a4880d4f5835af0fde367e2a53f3dc686 [diff] |
BUG/MEDIUM: proxy: properly stop backends The proxy stopping mechanism was changed with commit 322b9b94e ("MEDIUM: proxy: make stop_proxy() now use stop_listener()") so that it's now entirely driven by the listeners. One thing was forgotten though, which is that pure backends will not stop anymore since they don't have any listener, and that it's necessary to stop them in order to stop the health checks. No backport is needed.