MINOR: checks: use conn_full_close() instead of conn_force_close()
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Oct 2017 15:53:13 +0000 (17:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 22 Oct 2017 07:54:17 +0000 (09:54 +0200)
commit402dbc11d57a584a7b69aaababd076a8b462b24b
tree84be909d1e2e2591105f5860ea65e1b274591b16
parent8c82901958bc21970f90b334c5e0f36bf7918d69
MINOR: checks: use conn_full_close() instead of conn_force_close()

There's no point in using conn_force_close() in the checks since they
do not use XPRT_TRACKED so both functions are equivalent.
src/checks.c