]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: xprt_qmux: use qmux instead of qstrm naming
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 May 2026 08:52:49 +0000 (10:52 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 May 2026 14:23:58 +0000 (16:23 +0200)
commit19a3c29d3c2a28b4d2f3928ae64747704595df1f
treec1381869f772b8626f02ddae0cf2a843768c3311
parent1bb879cb3f9936dda0cce0d442ac5d47b4dd1e60
MINOR: xprt_qmux: use qmux instead of qstrm naming

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

The current patch performs renaming in xprt_qmux layer. Older "qstrm"
identifier is replaced by the new name "qmux". Every remaining functions
and structures in xprt_qmux are changed. Outside effects are only
present in QUIC MUX which directly uses some of these functions.
include/haproxy/xprt_qmux.h
src/mux_quic.c
src/xprt_qmux.c