mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-02 15:31:13 +01: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.