commit | 815516d6fd334d265208c442afcb21baa02e9405 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 21 13:02:14 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 10:46:28 2020 +0200 |
tree | c0cee79e0d1f8fc08aaeec5d219a8f5c024df3ed | |
parent | b61caf406120ac3e978e571dd24afb8e79cc25dc [diff] |
BUG/MEDIUM: checks: Be sure to subscribe for sends if outgoing data remains When some data are scheduled to be sent, we must be sure to subscribe for sends if nothing was sent. Because of a bug, when nothing was sent, connection errors are checks. If no error is found, we exit, waiting for more data, without any subcription on send events. No need to backport.