commit | 56a77e5933528ae6ccb59c5ef1e03c2a6566adbe | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Sep 02 18:34:44 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 03 20:47:35 2012 +0200 |
tree | aee80654e9ea8c3683e4118a501e2b2e669656ad | |
parent | f8deb0cfa8126e6132f6ff033f785e13da607e8a [diff] |
MEDIUM: connection: complete the polling cleanups I/O handlers now all use __conn_{sock,data}_{stop,poll,want}_* instead of returning dummy flags. The code has become slightly simpler because some tricks such as the MIN_RET_FOR_READ_LOOP are not needed anymore, and the data handlers which switch to a handshake handler do not need to disable themselves anymore.