]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tcp: use conn_full_close() instead of conn_force_close()
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Oct 2017 16:01:29 +0000 (18:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 22 Oct 2017 07:54:16 +0000 (09:54 +0200)
commit3f2770ba2759fce9c6876781fd34ad2b7ec7ad86
treedfa898229155f6d816c0e968ab9a282a5fec8079
parentdc42acddb662014a4bce640b098951ad5dec332c
MINOR: tcp: 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_tcp.c