commit | c933780f1e817410e828650cbcdbe582c3e6f978 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Apr 04 16:36:34 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 07 10:23:10 2022 +0200 |
tree | d66a133cbcd4ddc01302217cd5af2d9e88e0fba1 | |
parent | 198d35f9c69ec3e0cba4a30f9ebb736b26fcf95e [diff] |
MINOR: mux-quic: centralize send operations in qc_send Regroup all features related to sending in qc_send(). This will be useful when qc_send() will be called outside of the io-cb. Currently, flow-control frames generation is now automatically integrated in qc_send().