]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic-be: QUIC server xprt already set when preparing their CTXs
authorFrederic Lecaille <flecaille@haproxy.com>
Mon, 18 Dec 2023 13:25:53 +0000 (14:25 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 11 Jun 2025 16:37:34 +0000 (18:37 +0200)
commita4e12962086157aa0eb95fb014c5fc76f04f8e95
treea387aac49098ef7ff677d2cf28feb1406a61767d
parent24fc44c44d21c629444eed3df19c912357c26f47
MINOR: quic-be: QUIC server xprt already set when preparing their CTXs

The QUIC servers xprts have already been set at server line parsing time.
This patch prevents the QUIC servers xprts to be reset to <ssl_sock> value which is
the value used for SSL/TCP connections.
src/ssl_sock.c