mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 09:33:20 +02:00
Because channel_is_empty() function does now only check the channel's buffer, we can remove it and rely on co_data() instead. Of course, all tests must be inverted. channel_is_empty() is thus removed.