mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-24 00:11:09 +01:00
When allocating a new connection, only the caller knows whether it's acceptable to reuse the previous one or not. Let's pass this information to si_alloc_conn() which will do the cleanup if the connection is not acceptable.