MEDIUM: mux-h1: Add fast-forwarding support
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 29 Sep 2023 12:25:40 +0000 (14:25 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Oct 2023 16:51:13 +0000 (18:51 +0200)
commit2d80eb5b7ad1dc926229b1355f1bd1a077d144f1
tree5d2617a3c0689413f4734e33f93dba84c42ff108
parent2db273a7b5155f950dddfd87b664c7385a242bf0
MEDIUM: mux-h1: Add fast-forwarding support

The H1 multiplexer now implements callbacks function to produce and consume
fast-forwarded data.
include/haproxy/mux_h1-t.h
src/mux_h1.c