haproxy/include
Willy Tarreau 76642223f0 MEDIUM: stick-table: switch the table lock to rwlock
Right now a spinlock is used, but most accesses are for reads, so let's
switch the lock to an rwlock and switch all accesses to exclusive locks
for now. There should be no visible difference at this point.
2022-10-12 14:19:05 +02:00
..
haproxy MEDIUM: stick-table: switch the table lock to rwlock 2022-10-12 14:19:05 +02:00
import MINOR: plock: support disabling exponential back-off 2022-10-12 14:19:05 +02:00