]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl_sock: remove unneeded check on QMux flags
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 May 2026 12:40:15 +0000 (14:40 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 May 2026 13:09:10 +0000 (15:09 +0200)
commite98595e4e5f3396ee74531be4141bf178e2180cb
tree78453e654373dd52ed4f9c5474f0e6bfce75ea6d
parent413f6f9a1f74590b064587f539c985c3c2bf0c9e
MINOR: ssl_sock: remove unneeded check on QMux flags

A recent patch has introduced <init_xprt> mux_proto_list member. This
allows to activate QMux on SSL handshake completion without explicit
"proto qmux" setting.

Thanks to this change, on SSL handshake completion it is not necessary
anymore to check for CO_FL_QMUX_* flags.
src/ssl_sock.c