]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log/balance: rename "log-sticky" to "sticky"
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Nov 2023 17:19:41 +0000 (18:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Nov 2023 17:21:31 +0000 (18:21 +0100)
commitcd352c0dbe5656c6335abaa539257dec93957aa2
treef9e0476105f2a2021e44ac9d705a609a20039fd0
parent75ec7394a47c3898d40510c4a8fdfd0d19298dde
MINOR: log/balance: rename "log-sticky" to "sticky"

After giving it some thought, it could pretty well happen that other
protocols benefit from the sticky algorithm that some used to emulate
using a "stick-on int(0)" or things like this previously. So better
rename it to "sticky" right now instead of having to keep that "log-"
prefix forever. It's still limited to logs, of course, only the algo
is renamed in the config.
doc/configuration.txt
reg-tests/log/log_backend.vtc
src/backend.c