mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 19:42:43 +02:00
The srv_del_conn_from_list() function is now responsible to update the server counters and the connection flags when a connection is removed from an idle list (safe, idle or available). It is called when a connection is released or when a connection is set as private. This function also removes the connection from the idle list if necessary.