]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-quic: move qc_release()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 15 Jul 2022 08:32:53 +0000 (10:32 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 15 Jul 2022 13:56:13 +0000 (15:56 +0200)
commitc49d5d1a4bd7352b27f32e20a0182ace2f874a5f
tree69798e7fb3287d221611ddfc5bdcd3cef242dc96
parent240b1b108b2292ef73fea68ce273be9d26c33cfa
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.
src/mux_quic.c