MEDIUM: mux-h2: Add consumer-side fast-forwarding support
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 3 Aug 2023 16:18:45 +0000 (18:18 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Oct 2023 16:51:13 +0000 (18:51 +0200)
commit11c05c516a11dc62ab6b44410e53139052e976ff
tree7ee0e60aa84b53b4b80a95e138b5061b3143b1fa
parenteb346074bb52c6c674a839fe67773c4dd058aa22
MEDIUM: mux-h2: Add consumer-side fast-forwarding support

The H2 multiplexer now implements callbacks to consume fast-forwarded
data. It is the most usful case: A H2 client getting data from a H1
server. It is also the easiest case to implement. The producer side is
trickier because of multiplexing. It is not obvious this case would be
improved with data fast-forwarding.
src/mux_h2.c