haproxy/include
Christopher Faulet 267b01b761 MEDIUM: checks: Implement SPOP check using tcp-check rules
A share tcp-check ruleset is now created to support SPOP checks. This way no
extra memory is used if several backends use a SPOP check.

The following sequence is used :

    tcp-check send-binary SPOP_REQ
    tcp-check expect custom min-recv 4

The spop request is the result of the function
spoe_prepare_healthcheck_request() and the expect rule relies on a custom
function calling spoe_handle_healthcheck_response().
2020-04-27 09:39:38 +02:00
..
common MEDIUM: checks: Implement LDAP check using tcp-check rules 2020-04-27 09:39:38 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: checks: Implement SPOP check using tcp-check rules 2020-04-27 09:39:38 +02:00
types MEDIUM: checks: Implement SPOP check using tcp-check rules 2020-04-27 09:39:38 +02:00