commit | a9e1c4c7c27b892b6b4f13ff0d0a96508970d2a9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 21 12:18:05 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 09:39:38 2020 +0200 |
tree | d626e7a87c6895116f5552005eb425bca0c1b349 | |
parent | b356714769716b32b1047e94286c56d782c46921 [diff] |
MINOR: connection: Add a function to install a mux for a health-check This function is unused for now. But it will have be used to install a mux for an outgoing connection openned in a health-check context. In this case, the session's origin is the check itself, and it is used to know the mode, HTTP or TCP, depending on the tcp-check type and not the proxy mode. The check is also used to get the mux protocol if configured.