]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG: MAJOR: lb_map: server map calculation broken
authorCyril Bonté <cyril.bonte@free.fr>
Thu, 14 Dec 2017 15:39:26 +0000 (16:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 14 Dec 2017 16:36:39 +0000 (17:36 +0100)
commit3906d5739c1c2f24bedeffcd0664190f85896523
treeffc2b685b342806c3d6b6d51b25fe833f1272b4c
parented0d24ebedccb812a80619f55e238c8a65dbf2ed
BUG: MAJOR: lb_map: server map calculation broken

Adrian Williams reported that several balancing methods were broken and
sent all requests to one backend. This is a regression in haproxy 1.8 where
the server score was not correctly recalculated.

This fix must be backported to the 1.8 branch.
src/lb_map.c