]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: centralize send operations in qc_send
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 4 Apr 2022 14:36:34 +0000 (16:36 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 7 Apr 2022 08:23:10 +0000 (10:23 +0200)
commitc933780f1e817410e828650cbcdbe582c3e6f978
treed66a133cbcd4ddc01302217cd5af2d9e88e0fba1
parent198d35f9c69ec3e0cba4a30f9ebb736b26fcf95e
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().
src/mux_quic.c