haproxy/include
Willy Tarreau 9e272bf95d MEDIUM: connection: only call the data->wake callback on activity
We now check the connection flags for changes in order not to call the
data->wake callback when there is no activity. Activity means a change
on any of the CO_FL_*_SH, CO_FL_ERROR, CO_FL_CONNECTED, CO_FL_WAIT_CONN*
flags, as well as a call to data->recv or data->send.
2012-10-04 22:26:10 +02:00
..
common MINOR: buffers: add a few functions to write chars, strings and blocks 2012-10-04 22:26:09 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MEDIUM: connection: reorganize connection flags 2012-10-04 22:26:10 +02:00
types MEDIUM: connection: only call the data->wake callback on activity 2012-10-04 22:26:10 +02:00