commit | edc6ed9778c63268170082fa936b383106d728d3 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 23 16:27:59 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 10:46:28 2020 +0200 |
tree | d22ae4ec6f4e9d76ce1a3c1b32ea27e9c4b9fae2 | |
parent | 12882cfaf85c6fdab78dd3372b25f7e728c6a180 [diff] |
MINOR: checks: Support mux protocol definition for tcp and http health checks It is now possible to force the mux protocol for a tcp-check based health check using the server keyword "check-proto". If set, this parameter overwrites the server one. In the same way, a "proto" parameter has been added for tcp-check and http-check connect rules. If set, this mux protocol overwrites all others for the current connection.