]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic-be: xprt ->init() adapatations
authorFrederic Lecaille <flecaille@haproxy.com>
Tue, 19 Dec 2023 06:58:48 +0000 (07:58 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 11 Jun 2025 16:37:34 +0000 (18:37 +0200)
commitf7c0f5ac1be807dc80c4c69f51c7f586dc20194d
treef80220472511873c69840a049a2823b4c6c6b81a
parent29fb1aee57288a8b16ed91771ae65c2bfa400128
MINOR: quic-be: xprt ->init() adapatations

Allocate a connection to connect to QUIC servers from qc_conn_init() which is the
->init() QUIC xprt callback.
Also initialize ->prepare_srv and ->destroy_srv callback as this done for TCP
servers.
src/quic_conn.c
src/xprt_quic.c