haproxy/include
Willy Tarreau aad69387ac CLEANUP: connection: use conn_xprt_ready() instead of checking the flag
It's easier and safer to rely on conn_xprt_ready() everywhere than to
check the flag itself. It will also simplify adding extra checks later
if needed. Some useless controls for !xprt have been removed, as the
XPRT_READY flag itself guarantees xprt is set.
2014-01-26 00:42:31 +01:00
..
common BUILD: listener: fix recent accept4() again 2014-01-15 16:45:17 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto CLEANUP: connection: use conn_xprt_ready() instead of checking the flag 2014-01-26 00:42:31 +01:00
types MAJOR: connection: remove the CO_FL_WAIT_{RD,WR} flags 2014-01-26 00:42:30 +01:00