commit | 267b01b7611699a4a2b98c6f36c651f5cacd76a9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Sat Apr 04 10:27:09 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 09:39:38 2020 +0200 |
tree | 090a1bab521f5862208ddb99e117902269449690 | |
parent | 1997ecaa0c5eaed39b6ce4a50f8018f0ef2df134 [diff] |
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().