]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: htx: Refactor transfer of htx blocks to merge DATA blocks if possible
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 3 Feb 2026 07:29:51 +0000 (08:29 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 12:26:21 +0000 (13:26 +0100)
commit783db96ccb06b8bb87bcee4bcc9ef222ee5e9860
tree82986ff6f8091dba2d380408bfd1d19ac270e032
parenta8887e55a04a70ffb458b4cc42fab41b5460d9e1
MEDIUM: htx: Refactor transfer of htx blocks to merge DATA blocks if possible

When htx_xfer_blks() is called and when HTX DATA blocks are copied, we now
merge them in one block. This will help all payload analysis, if any.
src/htx.c