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>
Tue, 19 Oct 2021 13:44:15 +0000 (15:44 +0200)
commitd3c3cc010d68b0805b6a67ffe0cb2787e0910c63
tree29e075cf3dab72269601295ee2f42de18fef9eeb
parentbc9440aa7545d540502d2bc4e36403f0f418c462
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().

(cherry picked from commit 361fbcc14acc4a3bed9161934f2524db8ac2069e)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 4a7f6358b0339b2c21f793ae926d274934abbdeb)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/htx.h