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

At this time, we only add calls to qc_resume_each_sending_qcs()
which handle the flow control and send lists.
src/mux_quic.c