commit | b2fc04ebef4e7eda23ff445a8b2622f2bb75dec1 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Apr 11 13:56:26 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Fri Apr 12 13:14:55 2019 +0200 |
tree | a022c3073c339cfc19df85da9ef4c72c13c10d94 | |
parent | 56897e20a3d547a94ff8442f3133b2a5a0a21c62 [diff] |
BUG/MEDIUM: stream_interface: Don't bother doing chk_rcv/snd if not connected. If the interface is not in state SI_ST_CON or SI_ST_EST, don't bother trying to send/recv data, we can't do it anyway, and if we're in SI_ST_TAR, that may lead to adding the SI_FL_ERR flag back on the stream_interface, while we don't want it. This should be backported to 1.9.