commit | ab8b075ff0983b63880fcd43697e8d94b8533771 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Dec 13 15:37:25 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 13 17:32:15 2018 +0100 |
tree | 0e7341e999630d2fd4c5cce9809bbcd9f18bf6e3 | |
parent | 211d540a812f01647464ab9376c339baf056ab29 [diff] |
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.