]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: abstract stream type in qf_stream frame
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 10 Dec 2025 09:43:36 +0000 (10:43 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 12:02:04 +0000 (14:02 +0200)
commitf16c851625417b0bd5f7aef76b1e4d4cce2bafe6
treef0819994a403b0675f4dc97ed688d9f89f1c3904
parentce4aab4fdb39d16e3cfc2731d4ce1d6ff9e3a47b
MINOR: quic: abstract stream type in qf_stream frame

STREAM frame will also be used by the new QMux protocol. This requires
some adaptation in the qf_stream structure. Reference to qc_stream_desc
object is replaced by a generic void* pointer.

This change is necessary as QMux protocol will not use any
qc_stream_desc elements for emission.
include/haproxy/quic_frame-t.h
src/mux_quic.c