commit | 25b4015363fe4dc59b84715779674aaf4572c36b | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Dec 13 15:40:16 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 13 17:32:15 2018 +0100 |
tree | 5073f93dd6cf29edc7413c1819ada47ad8f2b4c8 | |
parent | fd0c2dcf0052c46ca8790ceb0a2309cdb555140c [diff] |
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.