commit | d11ad78c26d1d15202660da12f61438798805789 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 09 20:38:33 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Mar 13 22:12:54 2011 +0100 |
tree | 116e5537d2fb1a2b724eacf8d07102e4ad247f7a | |
parent | 6da0f6d6dd54173165d813874f44501081962e7c [diff] |
[MINOR] checks: report it if checks fail due to socket creation error If the check fails for a low-level socket error (eg: address family not supportd), we currently ignore the status. We must report the error and declare a failed health check in this case. The only real reason for this would be when an IPv6 check is required on an IPv4-only system.