mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-16 02:36:10 +02:00
This is a follow-up on the QUIC MUX renaming process. The current patch replaces "qstrm" naming with "qmux" in QUIC MUX source file. Some members are impacted in qcc and qcs structures, as well as some internal functions used for QMux receive/send. Internal mux_ops is also rename to qmux_ops. This is not a breaking change as its externally visible name was already set to "qmux" originally.