mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-13 19:29:21 +02:00
In ci_insert_line2() and b_rep_blk(), we can't afford to wrap, so don't use b_tail() to check if we do, use __b_tail() instead. This should be backported to previous versions.