commit | 678a4ced70ce976d4f688612c0f2944ca26c25f4 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Feb 14 16:12:54 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 17 10:17:02 2023 +0100 |
tree | 43a12132d830bc2c613a3ee38276aabc957c3b06 | |
parent | d4eaa8af6b92b5d98b87a5c713c5df4f92be806d [diff] |
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)'"