mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-26 00:01:45 +02:00
These functions were used by the channel to inform the lower layer whether reading was acceptable or not. Usually this directly mimmicks the CF_DONT_READ flag from the channel, which may be set when it's desired not to buffer incoming data that will not be processed, or that the buffer wants to be flushed before starting to read again, or that bandwidth limiting might be enforced, etc. It's always a policy reason, not a purely resource-based one.