commit | 80512b186fd7f4ef3bc7d9c92b281c549d72aa8a | [log] [tgz] |
---|---|---|
author | Lukas Tribus <lukas@ltri.eu> | Sat Oct 27 20:07:40 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Oct 27 22:10:32 2018 +0200 |
tree | f315a2a2dc3d520518c167bcfdfdb598a3b422e6 | |
parent | fd9b68c48ecdba5e7971899f4eec315c8e3a3cfe [diff] |
BUG/MINOR: only auto-prefer last server if lb-alg is non-deterministic While "option prefer-last-server" only applies to non-deterministic load balancing algorithms, 401/407 responses actually caused haproxy to prefer the last server unconditionally. As this breaks deterministic load balancing algorithms like uri, this patch applies the same condition here. Should be backported to 1.8 (together with "BUG/MINOR: only mark connections private if NTLM is detected").