commit | 637b695d6a23acd2a63702f8be2c4510d80ddd26 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Nov 23 14:23:07 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 23 14:55:18 2018 +0100 |
tree | 1700e6c9b98475463ae6ac7cbf9bce4105a7bb23 | |
parent | f490f30ed8239ca5f5dba9e39a9f46cb32538c99 [diff] |
BUG/MEDIUM: connections: Don't reset the conn flags in *connect_server(). In the various connect_server() functions, don't reset the connection flags, as some may have been set before. The flags are initialized in conn_init(), anyway.