commit | 7b1d47ce1b28f33a8cae811fdbfec2ac85d7f196 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 20 14:55:13 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 23 14:29:11 2014 +0200 |
tree | eb6eb2c028812f34997cd5a8b8b549344ffa1dc1 | |
parent | af54958d7276a339b62fff67d1e368af4b958a91 [diff] |
MAJOR: checks: move health checks changes to set_server_check_status() We don't want to manipulate check's statuses anymore in functions which modify the server's state. So since any check is forced to call set_server_check_status() exactly once to report the result of the check, it's the best place to update the check's health.