]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connection: make use of the new polling functions
authorWilly Tarreau <wtarreau@exceliance.fr>
Fri, 17 Aug 2012 15:33:53 +0000 (17:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:53:11 +0000 (21:53 +0200)
commitf9dabecd03860440ea0efde0db4061b5a7adffdf
tree78c8285dab54f1352f69daf0ee0d0021e9e1bbaa
parentb5e2cbdcc8af943c19fa5d436a651a4897c78897
MEDIUM: connection: make use of the new polling functions

Now the connection handler, the handshake callbacks and the I/O callbacks
make use of the connection-layer polling functions to enable or disable
polling on a file descriptor.

Some changes still need to be done to avoid using the FD_WAIT_* constants.
include/proto/stream_interface.h
src/connection.c
src/proto_tcp.c
src/session.c
src/sock_raw.c
src/stream_interface.c