mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-04 14:41:45 +01:00
The connection's fd was reset to DEAD_FD_MAGIC on conn_force_close() but not on conn_full_close(), which is a bit strange. Let's do it on both.