MINOR: htx: Add a function to know if the free space wraps
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Sep 2021 13:45:05 +0000 (15:45 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Sep 2021 14:19:36 +0000 (16:19 +0200)
commit361fbcc14acc4a3bed9161934f2524db8ac2069e
treea9fa9f00ceeeef7d137c65b033f1d2e7a9dd5d56
parent4697c92c9d7f875b30413a20bfeb56f318c182d1
MINOR: htx: Add a function to know if the free space wraps

the htx_space_wraps() function may now be used to know if the free space of
an HTX message wraps. It does the same as b_space_wraps().
include/haproxy/htx.h