haproxy/include
Willy Tarreau 5fc311c001 MINOR: connection: create conn_get_best_mux_entry()
We currently have conn_get_best_mux() to return the best mux for a
given protocol name, side and proxy mode. But we need the mux entry
as well in order to fix the bind_conf and servers at the end of the
config parsing. Let's split the function in two parts. It's worth
noting that the <conn> argument is never used anymore so this part
is eligible to some cleanup.
2018-12-02 13:12:16 +01:00
..
common MINOR: h2: implement H2->HTX request header frame transcoding 2018-12-01 17:38:32 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: connection: create conn_get_best_mux_entry() 2018-12-02 13:12:16 +01:00
types MINOR: listener: the mux_proto entry in the bind_conf is const 2018-12-02 13:12:15 +01:00