commit | 8e765b86fd702d4c25d9bfadba12167d38293fab | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Aug 03 11:58:03 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Aug 03 14:17:45 2021 +0200 |
tree | 5792a7fdd7a69f9dda2807e212bbacc1362ccd76 | |
parent | fdc3faf6548c400b2c913d9d10f324ca6bb6eaf1 [diff] |
MINOR: proxy: disabled takes a stopping and a disabled state This patch splits the disabled state of a proxy into a PR_DISABLED and a PR_STOPPED state. The first one is set when the proxy is disabled in the configuration file, and the second one is set upon a stop_proxy().