commit | bb76aa4d37cce832a47e5890b49138fff52452d2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 24 15:09:24 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 06 14:12:59 2020 +0100 |
tree | 57e6524a4fadf2b2c91ca4872f8f92f64c5c5e81 | |
parent | 1cdceb936521ca4dc06d4f57af909310ec374a5e [diff] |
MINOR: htx: Use htx_find_offset() to truncate an HTX message The htx_truncate() function now uses htx_find_offset() to find the first block to start the truncation.