MINOR: cfgparse: Do not modify the QUIC xprt when parsing "ssl".
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 23 Nov 2020 10:33:12 +0000 (11:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 10:57:26 +0000 (11:57 +0100)
commite50afbd4e40a37310aa3b79b50a920164215c903
tree6af306f5f885e1295ff8d06200557875a573b20a
parent901ee2f37bf2840b95eb1b4a37168f9aad823148
MINOR: cfgparse: Do not modify the QUIC xprt when parsing "ssl".

When parsing "ssl" keyword for TLS bindings, we must not use the same xprt as the one
for TLS/TCP connections. So, do not modify the QUIC xprt which will be initialized
when parsing QUIC addresses wich "ssl" bindings.
src/cfgparse-ssl.c