commit | 24598a499fec99994c1c0e61bca8208333100e86 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 26 22:06:11 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 06 14:12:59 2020 +0100 |
tree | 30e0604081185c537bb4c6eaabfa472d4d20fc7a | |
parent | bb76aa4d37cce832a47e5890b49138fff52452d2 [diff] |
MINOR: flt_trace: Use htx_find_offset() to get the available payload length The trace_get_htx_datalen() function now uses htx_find_offset() to get the payload length, ie. the length of consecutives DATA blocks.