]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: quic: fix deprecated warning for window size keyword
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 7 Jan 2026 08:38:23 +0000 (09:38 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 7 Jan 2026 08:54:31 +0000 (09:54 +0100)
commite061547d9d3075f36225fec1c8e6dac0f440b210
tree021b65a22e66fd72151603cc029ee5743e676eed
parent41cd5896456383b24c50620e7da0af92baa58638
BUG/MINOR: quic: fix deprecated warning for window size keyword

QUIC configuration was cleaned up in the previous release. Several
global keyword names were changed to unify the configuration. For each
of them the older keyword is marked as deprecated, with a warning to
mention the newer alternative.

This patch fixes the warning for 'tune.quic.frontend.default-max-size'
as the alternative proposed was not correct. The proper value now is
'tune.quic.fe.cc.max-win-size'.

This must be backported up to 3.3.
src/cfgparse-quic.c