MINOR: quic: Initialize pointers to TX ring buffer list
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 6 Jul 2021 14:25:08 +0000 (16:25 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit6b19764e3cbb0339938e9a6adeec4349ab00510f
treeaee163a567a1e6082f217957f0ae6d1f8635088c
parent48f8e1925b7e30c1a0b04c37f94108af766b461c
MINOR: quic: Initialize pointers to TX ring buffer list

We initialize the pointer to the listener TX ring buffer list.
Note that this is not done for QUIC clients  as we do not fully support them:
we only have to allocate the list and attach it to server struct I guess.
include/haproxy/xprt_quic-t.h
src/xprt_quic.c