commit | a3a8ea2fbf6d10fa8ada653baa08518d5d769a6c | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Mon Aug 05 23:54:37 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Mon Aug 05 23:56:26 2019 +0200 |
tree | ce00e77512981c6c3f52733e6c3cc9b53f71aa5a | |
parent | c22580c2cce86473221f58cf11db19056a5f2f7c [diff] |
BUG/MEDIUM: pollers: Clear the poll_send bits as well. In _update_fd(), if we're about to remove the FD from the poller, remove both the receive and the send bits, instead of removing the receive bits twice.