]> git.kaiwu.me - haproxy.git/commit
MINOR: htx: Add function to truncate all blocks after a specific block
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 12 Mar 2026 13:54:20 +0000 (14:54 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Mar 2026 06:48:02 +0000 (07:48 +0100)
commitfbdb0a991a449af0294dd09846fa4ecfda5d9f03
tree0470b57f1b8e9760fb5f827fd6e172e712056c03
parent3250ec6e9c0ab0e20913f9c9b43d13afe38ad6cb
MINOR: htx: Add function to truncate all blocks after a specific block

htx_truncated_blk() function does the same than htx_trunctate(), except data
are truncated relatively to a block in the message instead of an offset.
include/haproxy/htx.h
src/htx.c