mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 17:23:37 +02:00
By using LIST_DEL_INIT() instead of LIST_DEL()+LIST_INIT() we manage to bump the peak connection rate by no less than 3% on 8 threads. The perf top profile shows much less contention in this area which suffered from the second reload.