haproxy/include
Willy Tarreau 2aefad5df7 MINOR: connection: add a new conn_drain() function
Till now there was no way to know from a connection if a previous
call to drain() had done any change. This function is used to drain
incoming data and to update the connection's flags at the same time.
It also correctly sets the polling flags on the connection if the
drain function indicates inability to receive. This function will
be used preferably over ctrl->drain() when a connection is used.
2014-01-20 22:27:16 +01:00
..
common BUILD: listener: fix recent accept4() again 2014-01-15 16:45:17 +01:00
import
proto MINOR: connection: add a new conn_drain() function 2014-01-20 22:27:16 +01:00
types MAJOR: channel: add a new flag CF_WAKE_WRITE to notify the task of writes 2013-12-31 18:37:36 +01:00