]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: remove experimental status on tune.disable-fast-forward
authorWilly Tarreau <w@1wt.eu>
Fri, 17 Oct 2025 16:55:03 +0000 (18:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Oct 2025 16:59:47 +0000 (18:59 +0200)
commitd3881e61ac7e6a774b4b1a68585c2b113e40a9f0
tree6cd6d9ae259931072f9308f5bcf4460de5469e4c
parente7c8deb81017c829439a4511a1dcb70fb8202915
MINOR: config: remove experimental status on tune.disable-fast-forward

The option was turned to off by default in 2.8 with commit 2f7c82bfd
("BUG/MINOR: haproxy: Fix option to disable the fast-forward"), however
at the same time it should have dropped its experimental status since
the feature is enabled by default. The only goal of the option is to
debug something, like many other tune.xxx options. The option should
still normally not be used without being invited to do so by developers
looking for something specific though.

This could be backported if desired to simplify debugging, though this
has never been needed for now.
doc/configuration.txt
src/cfgparse-global.c