]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-ana: Do a defrag on unaligned HTX message when waiting for payload
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Feb 2026 17:33:02 +0000 (18:33 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 12:26:21 +0000 (13:26 +0100)
commitf559c202fbd2c0042621d1a4bf9386378e4fb434
tree18288256aface417f183adbda118400dee02aeb8
parent4f27a72d19c1fa95b6849e66e593aaf936b01553
MINOR: http-ana: Do a defrag on unaligned HTX message when waiting for payload

When we are waiting for the request or response payload, it is usually
because the payload will be analyzed in a way or another. So, perform a
defrag if necessary. This should ease payload analyzis.
src/http_ana.c