]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: mux_quic: use newer qcm prefix for legacy qmux files
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 May 2026 07:45:30 +0000 (09:45 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 May 2026 14:11:50 +0000 (16:11 +0200)
commitaf3560fa0a60bd27c6dd5163033ebbe9b18fd6c8
tree7f019e72b1bdfafff6840edf7f5d7e2326a9ffd3
parent7e2f0fa178e0c27da95f79aef8ecd2f33261bc90
REORG: mux_quic: use newer qcm prefix for legacy qmux files

This patch is the first one of the renaming serie, affecting the QUIC
MUX module. The objective is to remove older "qmux" naming which was
used as a generic identifier. Now it should be restricted to the QMux
experimental protocol. A new "qcm" naming will replace the generic
usage.

The current patch renames the files themselves. Token "qmux" is replaced
by the new "qcm" identifier. Makefile and include statements are
adjusted as required.
Makefile
include/haproxy/qcm_http.h [moved from include/haproxy/qmux_http.h with 81% similarity]
include/haproxy/qcm_trace.h [moved from include/haproxy/qmux_trace.h with 97% similarity]
src/h3.c
src/hq_interop.c
src/mux_quic.c
src/mux_quic_qstrm.c
src/qcm_http.c [moved from src/qmux_http.c with 97% similarity]
src/qcm_trace.c [moved from src/qmux_trace.c with 99% similarity]