commit | e1f50c4b025330511cca1b5218d2f4537743ea19 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jan 22 20:02:06 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 26 00:42:30 2014 +0100 |
tree | de1b9a0bec37e5fb7a836bb1c50b1ed8455465e2 | |
parent | 310987a0389d01d4472b2c43c0c650c9b254510b [diff] |
MEDIUM: connection: remove conn_{data,sock}_poll_{recv,send} We simply remove these functions and replace their calls with the appropriate ones : - if we're in the data phase, we can simply report wait on the FD - if we're in the socket phase, we may also have to signal the desire to read/write on the socket because it might not be active yet.