]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: connections: Remove CS_FL_EOS | CS_FL_REOS on retry.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 13 Dec 2018 14:37:25 +0000 (15:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Dec 2018 16:32:15 +0000 (17:32 +0100)
commitab8b075ff0983b63880fcd43697e8d94b8533771
tree0e7341e999630d2fd4c5cce9809bbcd9f18bf6e3
parent211d540a812f01647464ab9376c339baf056ab29
BUG/MEDIUM: connections: Remove CS_FL_EOS | CS_FL_REOS on retry.

CS_FL_EOS | CS_FL_REOS can be set by the mux if the connection failed, so make
sure we remove them before retrying to connect, or it may lead to a premature
close of the connection.
src/backend.c