commit | 524344b4e0434b86d83869ef051f98d24505c08f | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed Sep 12 17:12:53 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 12 17:37:55 2018 +0200 |
tree | 4b8c982e1935eaaab9e43f02ed066cf69250c2a6 | |
parent | 931624a00b44f3a885cc3ec443b87dce22132334 [diff] |
MEDIUM: connections: Don't reset the polling flags in conn_fd_handler(). Resetting the polling flags at the end of conn_fd_handler() shouldn't be needed anymore, and it will create problem when we won't handle send/recv from conn_fd_handler() anymore.