MINOR: flt_trace: Use htx_find_offset() to get the available payload length
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 26 Feb 2020 21:06:11 +0000 (22:06 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Mar 2020 13:12:59 +0000 (14:12 +0100)
commit24598a499fec99994c1c0e61bca8208333100e86
tree30e0604081185c537bb4c6eaabfa472d4d20fc7a
parentbb76aa4d37cce832a47e5890b49138fff52452d2
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.
src/flt_trace.c