]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: use conn_full_close() instead of conn_force_close()
authorWilly Tarreau <w@1wt.eu>
Sun, 22 Oct 2017 07:35:01 +0000 (09:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 22 Oct 2017 07:54:18 +0000 (09:54 +0200)
commitf098fd061f0af46fe51e6588023fb7f57359791a
tree541845c6ac376f16817d3ed850ba067eda825bed
parent630f99a7e9da6ae233ce2124c69eb163648c0d19
MINOR: backend: 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/backend.c