MINOR: quic: Wake up the mux upon ACK receipt
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 20 Sep 2021 14:59:51 +0000 (16:59 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit1c482c665b13bde99e0fc9480a4d6568475da061
treeac64cae3988064696963b94f72d1fc646267c975
parent513b4f290ad544146456eb29afae8408402fc147
MINOR: quic: Wake up the mux upon ACK receipt

When ACK have been received by the xprt, it must wake up the
mux if this latter has subscribed to SEND events. This is the
role of qcs_try_to_consume() to detect such a situation. This
is the function which consumes the buffer filled by the mux.
src/xprt_quic.c