]> git.kaiwu.me - haproxy.git/commit
MEDIUM: quic: detect the stream FIN
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 3 Dec 2021 14:03:36 +0000 (15:03 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 7 Dec 2021 14:44:45 +0000 (15:44 +0100)
commitc2025c1ec62707c37310c9a39341f1d94aa2def3
treeabf8faff004ab953470cb90104057d90a6a04084
parent916f0ac1e70d5179fab87ce037783ff69c447e61
MEDIUM: quic: detect the stream FIN

Set the QC_SF_FIN_STREAM on the app layers (h3 / hq-interop) when
reaching the HTX EOM. This is used to warn the mux layer to set the FIN
on the QUIC stream.
include/haproxy/mux_quic-t.h
src/h3.c
src/hq_interop.c
src/mux_quic.c