]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lbprm: compute the hash avalanche in gen_hash()
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 11 Oct 2023 09:35:48 +0000 (11:35 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Oct 2023 08:05:06 +0000 (10:05 +0200)
commit08767e162d876e3eb5537df26638ab8a32c88ddf
tree6c80d16abf1c98a95c89de90f1101f8ce6e58558
parenta7563158f77d0be4a154cab48ebaf4c515f9e4c0
MINOR: lbprm: compute the hash avalanche in gen_hash()

Instead of systematically computing the avalanche hash right after the
gen_hash() call, do it inside the gen_hash() function directly to ensure
avalanche setting is always considered.
src/backend.c