MINOR: stream: use conn_full_close() instead of conn_force_close()
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Oct 2017 16:02:55 +0000 (18:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 22 Oct 2017 07:54:18 +0000 (09:54 +0200)
commit151a2387ece5489313cd4955a2ba17e132ee8b2d
tree4faefc4c264096fca053e7d6c0ee1162971f28bf
parent5b78a9dd0467d6c158e444b9e3989396609ee328
MINOR: stream: 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/stream.c