commit | 3f2770ba2759fce9c6876781fd34ad2b7ec7ad86 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 05 18:01:29 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 22 09:54:16 2017 +0200 |
tree | dfa898229155f6d816c0e968ab9a282a5fec8079 | |
parent | dc42acddb662014a4bce640b098951ad5dec332c [diff] |
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.