commit | a70e176843c64641598b68c6fe24311d4aeb92ca | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Dec 13 18:01:00 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 13 18:09:17 2018 +0100 |
tree | 294c0207311fbf4f66a2de5d99fa34951555bf53 | |
parent | a0883e6cd43e425a28aad2be1681e0120ad10f1e [diff] |
BUG/MEDIUM: connections: Don't attempt to reuse an unusable connection. Before trying to add a connection to the idle list, make sure it doesn't have the error, the shutr or the shutw flag. If any of them is present, don't bother trying to recycle the connection, it's going to be destroyed anyway.