]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] listeners: add listen_full() to mark a listener full
authorWilly Tarreau <w@1wt.eu>
Sun, 24 Jul 2011 17:23:38 +0000 (19:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 24 Jul 2011 17:25:28 +0000 (19:25 +0200)
commit627937158f7db8f1a5a951dac65b57777074947d
treeabda994c71911dadf98f24b19f274d9ad5230064
parentff45b8ccc61ff64c24c3286431b60f05534e120d
[MINOR] listeners: add listen_full() to mark a listener full

This is just a cleanup which removes calls to EV_FD_CLR() and state
setting everywhere in the code.
include/proto/protocols.h
src/protocols.c
src/session.c
src/stream_sock.c