]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: haproxy: Fix option to disable the fast-forward
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Feb 2023 13:06:52 +0000 (14:06 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Feb 2023 10:44:55 +0000 (11:44 +0100)
commit2f7c82bfdf95ad40ce019d5b80e290a4f864caa9
treea6af3d6d69d1449b14a4e03d7d954c439d05781c
parentd17dd848c4eb15948d4894fb00bb0d5cf75f98a3
BUG/MINOR: haproxy: Fix option to disable the fast-forward

The option was renamed to only permit to disable the fast-forward. First
there is no reason to enable it because it is the default behavior. Then it
introduced a bug because there is no way to be sure the command line has
precedence over the configuration this way. So, the option is now named
"tune.disable-fast-forward" and does not support any argument. And of
course, the commande line option "-dF" has now precedence over the
configuration.

No backport needed.
doc/configuration.txt
include/haproxy/global-t.h
src/cfgparse-global.c
src/haproxy.c
src/http_ana.c
src/stream.c