]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: make the "whole" option of balance uri take only one bit
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2020 06:05:47 +0000 (08:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2020 06:05:47 +0000 (08:05 +0200)
commit3d1119d2257692f1508dd42f32c1840de0e16173
tree3e5109bf0058ae208c1fdfbaff62111860c218c2
parent36b536652f23c8b9b430d7a7cbb42a696d06a929
MINOR: backend: make the "whole" option of balance uri take only one bit

We'll want to add other boolean options on "balance uri", so let's make
some room aside "whole" and make it take only one bit and not one int.
src/backend.c