MEDIUM: mux-quic: Add consumer-side fast-forwarding support
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 27 Oct 2023 13:48:13 +0000 (15:48 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Nov 2023 06:42:43 +0000 (07:42 +0100)
commit1bcc0f8892069ad94201a04599ca8af87ba7300b
treecdc3472f24332ada3c8fd3c0cc201c9cf842b972
parentcd352c0dbe5656c6335abaa539257dec93957aa2
MEDIUM: mux-quic: Add consumer-side fast-forwarding support

The QUIC multiplexer now implements callbacks to consume fast-forwarded
data. It relies on the H3 stack to acquire the buffer and format the frame.
include/haproxy/mux_quic-t.h
src/h3.c
src/mux_quic.c