commit | 14e88252f22d5064c4d4a13dc8d62aff98816c83 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 22 11:28:18 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 17:37:27 2018 +0100 |
tree | 4b61c58bd98985a986775fd6c7f56537d9473a53 | |
parent | d16b0a7b2dce5e90a11a74afa13b8d1fd5e7c5e4 [diff] |
MINOR: htx: Add a function to find the HTX block corresponding to a data offset The function htx_find_blk() returns the HTX block containing data with a given offset, relatively to the beginning of the HTX message. It is a good way to skip outgoing data and find the first HTX block not already processed.