mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 23:43:43 +02:00
For the same consistency reasons, let's use b_empty() at the few places
where an empty buffer is expected, or c_empty() if it's done on a channel.
Some of these places were there to realign the buffer so
{b,c}_realign_if_empty() was used instead.