]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: checks: Associate a session to each tcp-check healthcheck
authorGaetan Rivet <grive@u256.net>
Fri, 14 Feb 2020 16:42:54 +0000 (17:42 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:37 +0000 (09:39 +0200)
commit05d692dc095dde587fea94270ae97e97d23e7c3f
treed09a2b8a4a978a13f73716394cf0381cbaa350c9
parentb2c2e0fcca09acc6e6527cb5d90a18a9674e7a78
MEDIUM: checks: Associate a session to each tcp-check healthcheck

Create a session for each healthcheck relying on a tcp-check ruleset. When such
check is started, a session is allocated, which will be freed when the check
finishes. A dummy static frontend is used to create these sessions. This will be
useful to support variables and sample expression. This will also be used,
later, by HTTP healthchecks to rely on HTTP muxes.
include/types/checks.h
src/checks.c