mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 10:43:29 +02:00
The srv_use_idle_conn() function is now responsible to update the server counters and the connection flags when an idle connection is reused. The same function is called when a new connection is created. This simplifies a bit the connect_server() function.