mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-07 13:41:49 +02:00
Having the check state partially stored in the server doesn't help. Some functions such as srv_getinter() rely on the server being checked to decide what check frequency to use, instead of relying on the check being configured. So let's get rid of SRV_CHECKED and SRV_AGENT_CHECKED and only use the check's states instead.