]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINPR: htx: Get large chunk if necessary to perform a defrag
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 11 Feb 2026 16:46:00 +0000 (17:46 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 12:26:21 +0000 (13:26 +0100)
commit9ecd0011c17d7af166c8d9d191d6f5900238078f
tree38df6353b904d0ce4ac3c6e46dd541fef802f77d
parent4c6ca0b4719b856db020f296b2f8b1dbe07a6ad3
MINPR: htx: Get large chunk if necessary to perform a defrag

Function performing defragmentation of an HTX message was updated to get a
chunk accordingly to the HTX message size.
src/htx.c