mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-25 03:51:12 +01:00
->xprt_ctx (struct ssl_sock_ctx) and ->conn (struct connection) must be kept by the remaining QUIC connection object (struct quic_cc_conn) after having release the previous one (struct quic_conn) to allow "show fd/sess" commands to be functional without causing haproxy crashes. No need to backport.