]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connection: complete the polling cleanups
authorWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 16:34:44 +0000 (18:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:35 +0000 (20:47 +0200)
commit56a77e5933528ae6ccb59c5ef1e03c2a6566adbe
treeaee80654e9ea8c3683e4118a501e2b2e669656ad
parentf8deb0cfa8126e6132f6ff033f785e13da607e8a
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.
include/common/defaults.h
src/raw_sock.c
src/stream_interface.c