]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: freq: fix infinite loop on freq_ctr_period.
authorEmeric Brun <ebrun@haproxy.com>
Thu, 2 Nov 2017 16:32:43 +0000 (17:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 2 Nov 2017 17:09:58 +0000 (18:09 +0100)
commitf2fc1fda804962224664e3a23c8a9ed88e4076b6
tree2142f41a8e38beee14410649334921792d294aa6
parent4b75fffa2bb0c60f26affe3e784956a0b8087442
BUG/MINOR: freq: fix infinite loop on freq_ctr_period.

Using peers or stick table we could update an freq_ctr
using a tick value with the first bit set but this
bit is reserved for lock since multithreading support.
src/peers.c
src/stick_table.c