mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-27 09:11:01 +02:00
The ->exp_next field of the stick-table was probably useful in 1.5 but it currently only carries a copy of what the future value of the table's task's expire value will be, while it's systematically copied over there immediately after being assigned. As such it provides exactly a local variable. Let's remove it, as it costs atomic operations.