haproxy/include
Willy Tarreau bc97cc4fd1 MINOR: connection: move the cleanup of flag CO_FL_WAIT_ROOM
This flag is only used when reading using splicing for now, and is only
set when a pipe full condition is met, so we can simplify its reset
condition in conn_refresh_polling_flags so that it's cleared at the
same time as the other ones, only when the control layer is ready.

This flag could be used more, to mark that a buffer full condition was
met with any receive method in order to simplify polling management.
This should probably be revisited after 1.8.
2017-10-25 15:52:41 +02:00
..
common CONTRIB: trace: add the possibility to place trace calls in the code 2017-10-24 19:54:25 +02:00
import IMPORT: sha1: import SHA1 functions 2017-10-25 04:45:48 +02:00
proto MINOR: connection: move the cleanup of flag CO_FL_WAIT_ROOM 2017-10-25 15:52:41 +02:00
types REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* 2017-10-22 09:54:15 +02:00