commit | 4a7f6358b0339b2c21f793ae926d274934abbdeb | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 21 15:45:05 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Sep 24 08:50:58 2021 +0200 |
tree | 485c6549638fc755d4eccb13c7b57ec1ea6fe14e | |
parent | 95bf88d719fa04bfa89808522971cabcbc6ffd4f [diff] |
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>