]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: quic: do not use hardcoded values in QMux TP frame builder
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 13 Apr 2026 11:34:10 +0000 (13:34 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 13 Apr 2026 11:38:11 +0000 (13:38 +0200)
commit34c9ded340d78dbd3f4b501965b937c0864efdd1
treeaaef4a8dc2c65df0b9e4d69a4e159c8eb18c3574
parent073240044e476c365242a5541c01bb0503f1e7c2
BUG/MINOR: quic: do not use hardcoded values in QMux TP frame builder

Reuse QUIC transport parameters value set in xprt_qstrm layer in frame
builder function. Prior to this patch, mux_quic would use different
values from the advertised ones.

No need to backport.
src/quic_frame.c
src/xprt_qstrm.c