commit | c49d5d1a4bd7352b27f32e20a0182ace2f874a5f | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jul 15 10:32:53 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jul 15 15:56:13 2022 +0200 |
tree | 69798e7fb3287d221611ddfc5bdcd3cef242dc96 | |
parent | 240b1b108b2292ef73fea68ce273be9d26c33cfa [diff] |
CLEANUP: mux-quic: move qc_release() This change is purely cosmetic. qc_release() function is moved just before qc_io_cb(). It's cleaner as it brings it closer where it is used. More importantly, this will be required to be able to use it in qc_send() function.