MINOR: mux_quic: Add QUIC mux layer.
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 18 Feb 2021 08:59:01 +0000 (09:59 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commitdfbae766b28a97de416d8c09ab80a3bb1600b78c
tree41ab723adc718f0eb1ad6f557256d5da32ca255a
parent5aa4143d6c97c059d61c76b47648bb6f24910b5e
MINOR: mux_quic: Add QUIC mux layer.

This file has been derived from mux_h2.c removing all h2 parts. At
QUIC mux layer, there must not be any reference to http. This will be the
responsability of the application layer (h3) to open streams handled by the mux.
include/haproxy/mux_quic-t.h [new file with mode: 0644]
include/haproxy/mux_quic.h [new file with mode: 0644]
src/mux_quic.c [new file with mode: 0644]
src/xprt_quic.c