commit | 5909380c057cef2f54a3cd3f4ff249649c6fe101 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 05 18:24:46 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 06 08:13:15 2019 +0200 |
tree | 151d216bf775e21a4bde8bdb3881ed97a0bce5da | |
parent | 616c1cf774771e8a8e8c1b142846592d58fdf67b [diff] |
BUG/MINOR: checks: stop polling for write when we have nothing left to send Since the change of I/O direction, we perform the connect() call and the send() call together from the top. But the send call must at least disable polling for writes once it does not have anything left to send. This bug is partially responsible for the waste of resources described in issue #253. This must be backported to 2.0.