]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: quic: Remove the QUIC connection reference counter
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 8 Mar 2022 15:59:54 +0000 (16:59 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 11 Mar 2022 10:37:30 +0000 (11:37 +0100)
commitf293b6952140c7670c97beacbfe6c052b0fb92ed
tree03717444456d1e8a30ea0199638e09c9ada1f7db
parent66d37fa0517d2d450b5faa7d74610f4fa1332770
MEDIUM: quic: Remove the QUIC connection reference counter

There is no need to use such a reference counter anymore since the QUIC
connections are always handled by the same thread.
quic_conn_drop() is removed. Its code is merged into quic_conn_release().
include/haproxy/xprt_quic-t.h
src/xprt_quic.c