mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-25 08:54:40 +02:00
The maxconn is set per bind line so let's move it there. This might possibly even slightly reduce inter-thread contention since this one is read-mostly and it was stored next to nbconn which changes for each connection setup or teardown.