]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: connection: Just make sure we closed the fd on connection failure.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 13 Dec 2018 14:40:16 +0000 (15:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Dec 2018 16:32:15 +0000 (17:32 +0100)
commit25b4015363fe4dc59b84715779674aaf4572c36b
tree5073f93dd6cf29edc7413c1819ada47ad8f2b4c8
parentfd0c2dcf0052c46ca8790ceb0a2309cdb555140c
BUG/MEDIUM: connection: Just make sure we closed the fd on connection failure.

When the connection failed, we don't really want to close the conn_stream,
as we're probably about to retry, so just make sure the file descriptor is
closed.
src/stream.c