]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: define conn_select_mux_be()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 19 May 2026 13:02:23 +0000 (15:02 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 19 May 2026 16:40:46 +0000 (18:40 +0200)
commit356f1ab5d791c933dfbc130a30f3de3cd9842c5d
treea5bf7bdf05b9298cf6fcc4e5b8bd48e4881704e4
parent86ffbaa0f52b55c379a96fecf9728cd196355932
MINOR: connection: define conn_select_mux_be()

This patch is similar to the previous one but this time for backend
connections. The MUX selection code is directly extracted from
conn_install_mux_chk() and conn_install_mux_be().
include/haproxy/connection.h
src/connection.c