MINOR: quic: quic_conn_io_cb() task rework
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 3 Aug 2021 14:45:39 +0000 (16:45 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit91ae7aa7ec825107ab12239f808cfe5713cc7372
tree85ea8d3ca6ee929265256f68737c90efccc2f8f9
parent0ac3851f147774886109c7d5659e691b388e5a08
MINOR: quic: quic_conn_io_cb() task rework

Modify this task which is called at least each a packet is received by a listener
so that to make it behave almost as qc_do_hdshk(). This latter is no more useful
and removed.
src/xprt_quic.c