]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: connections: Don't reset the conn flags in *connect_server().
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 23 Nov 2018 13:23:07 +0000 (14:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Nov 2018 13:55:18 +0000 (14:55 +0100)
commit637b695d6a23acd2a63702f8be2c4510d80ddd26
tree1700e6c9b98475463ae6ac7cbf9bce4105a7bb23
parentf490f30ed8239ca5f5dba9e39a9f46cb32538c99
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.
src/proto_sockpair.c
src/proto_tcp.c
src/proto_uxst.c