]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: checks: only complain about the missing port when the check uses TCP
authorWilly Tarreau <w@1wt.eu>
Fri, 9 May 2014 21:59:19 +0000 (23:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 May 2014 23:26:38 +0000 (01:26 +0200)
commit5cf0b52d291c81d3a6b2a3082f4ee7845e75e635
tree9b764bc768dbd4f5b5b39dff9c61108a9c132358
parent47f48c4247d4552ad176ae0186e8f138d2bb34fd
MEDIUM: checks: only complain about the missing port when the check uses TCP

For UNIX socket addresses, we don't need any port, so let's disable the
check under this condition.
src/server.c