MINOR: quic: release the TLS context asap from quic_conn_release()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 6 Nov 2023 08:43:05 +0000 (09:43 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 9 Nov 2023 09:32:31 +0000 (10:32 +0100)
commit4cfae3ac0142e2a6bbc7f36d6fc167af017fd670
tree4b5cae42303f93ec2175929b80f1bdad86782dec
parent3a8dd48e3031a873f548e65e685fe8c777d69330
MINOR: quic: release the TLS context asap from quic_conn_release()

This was no reason not to release as soon as possible the TLS/SSL QUIC connection
context from quic_conn_release() before allocating a "closing connection" connection
(quic_cc_conn struct).
include/haproxy/quic_conn-t.h
src/quic_conn.c