]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: return qcs instance from qcc_get_qcs
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 29 Mar 2022 12:57:19 +0000 (14:57 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 30 Mar 2022 14:12:18 +0000 (16:12 +0200)
commit50742294f5c9e029f27b4db2e838941eaa656caa
treea774850170eac69922738c9643dec7b5d8868d15
parent8d5def0babf5dcf3b2478d3a39ae039636452617
MINOR: mux-quic: return qcs instance from qcc_get_qcs

Refactoring on qcc_get_qcs : return the qcs instance instead of the tree
node. This is useful to hide some eb64_entry macros for better
readability.
include/haproxy/mux_quic.h
src/mux_quic.c
src/xprt_quic.c