commit | f8ba6773e5481cba826b8446b531f95f86bac3e8 | [log] [tgz] |
---|---|---|
author | Gaetan Rivet <grive@u256.net> | Fri Feb 07 15:37:17 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 09:39:37 2020 +0200 |
tree | 57fce1ed502d8c095eed172c237acc4fc6d9b865 | |
parent | 1afd826ae44315e7d10cb171f5279b2c5ef9b838 [diff] |
MINOR: checks: add linger option to tcp connect Allow declaring tcpcheck connect commands with a new parameter, "linger". This option will configure the connection to avoid using an RST segment to close, instead following the four-way termination handshake. Some servers would otherwise log each healthcheck as an error.