mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-02-20 00:31:14 +01:00
Some server check flag names were not properly choosen and cause analysis trouble, especially the CHK_RUNNING one which does not mean that a check is running but that the server is running... Here's the rename : CHK_RUNNING -> CHK_PASSED CHK_ERROR -> CHK_FAILED