MINOR: quic: Implement quic_conn_subscribe()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 20 Sep 2021 13:23:17 +0000 (15:23 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit513b4f290ad544146456eb29afae8408402fc147
tree5e7599979f58df88b668899588e663ddd78def9d
parent153194f47a64a1d6adb0e0f0e565b7ae32482f6c
MINOR: quic: Implement quic_conn_subscribe()

We implement ->subscribe() xprt callback which should be used only by the mux.
include/haproxy/mux_quic-t.h
include/haproxy/xprt_quic-t.h
src/xprt_quic.c