MINOR: mux_quic: move qc_process() code to qc_send()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 13 Sep 2021 14:13:00 +0000 (16:13 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit578a7898f2c51e58e5af2bed7806b381313b35af
tree757aa8647e429ddf9ade35c3c2e2c7c534ec960e
parent785d3bdedc0713481d68b3a14375e3e6d085e769
MINOR: mux_quic: move qc_process() code to qc_send()

qc_process is supposed to be run for each I/O handler event, not
only for "send" events.
src/mux_quic.c