MINOR: unix: use conn_full_close() instead of conn_force_close()
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Oct 2017 16:02:11 +0000 (18:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 22 Oct 2017 07:54:17 +0000 (09:54 +0200)
commit8c82901958bc21970f90b334c5e0f36bf7918d69
treeb77ffd3939f6592e20e4a921ac2006fb3c52111d
parent3f2770ba2759fce9c6876781fd34ad2b7ec7ad86
MINOR: unix: use conn_full_close() instead of conn_force_close()

There's no point in using conn_force_close() in outgoing connect()
since XPRT_TRACKED is not set so both functions are equivalent.
src/proto_uxst.c