]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: haproxy: Add an command option to disable data fast-forward
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 14 Feb 2023 15:12:54 +0000 (16:12 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 17 Feb 2023 09:17:02 +0000 (10:17 +0100)
commit678a4ced70ce976d4f688612c0f2944ca26c25f4
tree43a12132d830bc2c613a3ee38276aabc957c3b06
parentd4eaa8af6b92b5d98b87a5c713c5df4f92be806d
MINOR: haproxy: Add an command option to disable data fast-forward

The -dF option can now be used to disable data fast-forward. It does the
same than the global option "tune.fast-forward off". Some reg-tests may rely
on this optim. To detect the feature and skip such script, the following
vtest command must be used:

  feature cmd "$HAPROXY_PROGRAM -cc '!(globa.tune & GTUNE_NO_FAST_FWD)'"
doc/management.txt
reg-tests/http-messaging/http_splicing.vtc
src/haproxy.c