MINOR: quic: redirect app_ops snd_buf through mux
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 12 Nov 2021 15:09:29 +0000 (16:09 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 18 Nov 2021 09:50:58 +0000 (10:50 +0100)
commitabbe91e5e82374bb8bbf6e3ebba524a5e6aff99e
tree81acae04b1866d8db6c23a2d06700ef559b9c855
parentd1acaf9828d1a95bdefb73ff637e3c467a9fb7ac
MINOR: quic: redirect app_ops snd_buf through mux

This change is required to be able to use multiple app_ops layer on top
of QUIC. The stream-interface will now call the mux snd_buf which is
just a proxy to the app_ops snd_buf function.

The architecture may be simplified in the structure to install the
app_ops on the stream_interface and avoid the detour via the mux layer
on the sending path.
include/haproxy/mux_quic-t.h
include/haproxy/mux_quic.h
src/h3.c
src/mux_quic.c