]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-quic: move qcs stream member into tx inner struct
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 31 Mar 2026 15:55:10 +0000 (17:55 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 12:02:04 +0000 (14:02 +0200)
commit10094fdd00e46895c9fc0bc0f13a774b5821fe98
tree28cc05d99323ad39148963d2ad7d9ff01106da58
parent62fcc48bcf3c467d0db5440abd34509a97fa5acc
MINOR: mux-quic: move qcs stream member into tx inner struct

Move <stream> field from qcs type into the inner structure 'tx'. This
change is only a minor refactoring without any impact. It is cleaner as
Rx buffer elements are already present in 'rx' inner structure.

This reorganization is performed before introducing of a new Tx buffer
field used for QMux protocol.
include/haproxy/mux_quic-t.h
src/mux_quic.c
src/qmux_trace.c