]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: check: Use a persistent conn-stream for health-checks
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Jan 2022 07:46:56 +0000 (08:46 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:03 +0000 (11:00 +0100)
commit54e85cbfc7da9fdf15956a75d2ac858f4ff9aaba
tree3a20faabc2314342c3f1bb0ac774a2b2494011d6
parent14fd99a20cc5a209e1b437c14f83739c5b80916c
MAJOR: check: Use a persistent conn-stream for health-checks

In the same way a stream has always valid conn-streams, when a health-checks
is created, a conn-stream is now created and the health-check is attached on
it, as an app. This simplify a bit the connect part when a health-check is
running.
src/check.c
src/conn_stream.c
src/tcpcheck.c