]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: proxy: do not forget to validate quic-initial rules
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 15:35:29 +0000 (16:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 17:06:37 +0000 (18:06 +0100)
commit07655da068404075ad8cb1b56a03c8288c1d36c4
tree937386263cafbf7627ae6211884ba360d19b5a25
parented44adc3ca3ca24aebe213d2d4aba22205e5ecea
BUG/MINOR: proxy: do not forget to validate quic-initial rules

In check_config_validity() and proxy_finalize() we check the consistency
of all rule sets, but the quic_initial rules were not placed there. This
currently has little to no impact, however we're going to use that to
also finalize certain debugging info so better call the function. This
can be backported to 3.1 (proxy_finalize is 3.4-only).
src/cfgparse.c
src/proxy.c