]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: add linger option to tcp connect
authorGaetan Rivet <grive@u256.net>
Fri, 7 Feb 2020 14:37:17 +0000 (15:37 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:37 +0000 (09:39 +0200)
commitf8ba6773e5481cba826b8446b531f95f86bac3e8
tree57fce1ed502d8c095eed172c237acc4fc6d9b865
parent1afd826ae44315e7d10cb171f5279b2c5ef9b838
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.
doc/configuration.txt
include/types/checks.h
src/cfgparse-listen.c
src/checks.c