]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic-be: Call ->prepare_srv() callback at parsing time
authorFrederic Lecaille <flecaille@haproxy.com>
Mon, 18 Dec 2023 09:59:15 +0000 (10:59 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 11 Jun 2025 16:37:34 +0000 (18:37 +0200)
commit0e67687ca9668bfc6e41457d310593fbe74487c8
tree63cca7cb9bb1ac7d2b2831c554269ded24f21848
parent5a711551a2eb12321630f10f9392d17e975be42f
MINOR: quic-be: Call ->prepare_srv() callback at parsing time

This XPRT callback is called from check_config_validity() after the configuration
has been parsed to initialize all the SSL server contexts.

This patch implements the same thing for the QUIC servers.
src/cfgparse.c