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