]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: connections: Remove error flags when retrying.
authorOlivier Houchard <cognet@ci0.org>
Sat, 8 Dec 2018 18:08:48 +0000 (19:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 Dec 2018 20:56:07 +0000 (21:56 +0100)
commitac1ce6f9b80dd788bfe0e4d94b4d61cf1c15e563
tree8e25d48c3a2234808528aa15e461845799eadd0f
parent425f17a6af52057aba6c1a63389f293163609145
BUG/MEDIUM: connections: Remove error flags when retrying.

In connect_server(), when retrying to connect, remove the error flags from
the connection and the conn_stream, we're trying to connect again, anyway.
src/backend.c