commit | 7872d1fc153035e89b63fc8ec84462f323484089 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 10 07:06:05 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 17 18:30:36 2020 +0100 |
tree | ba938323d32460976ad9c7c71b83bd5d1e91cbc5 | |
parent | 062df2c23ab509b507484e3e9bcf232699077fd8 [diff] |
MEDIUM: connection: merge the send_wait and recv_wait entries In practice all callers use the same wait_event notification for any I/O so instead of keeping specific code to handle them separately, let's merge them and it will allow us to create new events later.