commit | fd803bb4d7272deeb9c6847ca01e9e51bc52ffbb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jan 20 15:13:07 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 26 00:42:30 2014 +0100 |
tree | 11e174f6c007c4b0b0c4d84c42b9f3ea498fe392 | |
parent | e1f50c4b025330511cca1b5218d2f4537743ea19 [diff] |
MEDIUM: connection: add check for readiness in I/O handlers The recv/send callbacks must check for readiness themselves instead of having their callers do it. This will strengthen the test and will also ensure we never refrain from calling a handshake handler because a direction is being polled while the other one is ready.