]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: rename QMux related flags
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 May 2026 08:49:15 +0000 (10:49 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 May 2026 14:23:58 +0000 (16:23 +0200)
commit1bb879cb3f9936dda0cce0d442ac5d47b4dd1e60
tree5c2f4c0611b422d285bbc3f743b7034903ebc0d4
parent96b72fd4618f4934aeaf0b0aa860ebdd10e272a7
MINOR: connection: rename QMux related flags

This is a follow-up on the QUIC MUX renaming process.

The current patch performs renaming of "qstrm" to "qmux" in connection
flags. These flags are only used in linked with the xprt_qmux layer.
This has an impact on every files which manipulates these flags, namely
backend, session and ssl_sock sources.

Also, internal xprt identifier is renamed from XPRT_QSTRM to XPRT_QMUX,
include/haproxy/connection-t.h
src/backend.c
src/connection.c
src/session.c
src/ssl_sock.c
src/xprt_qmux.c