]> git.kaiwu.me - haproxy.git/commit
MINOR: http-ana: Use HTX API to move to a large buffer
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 07:11:35 +0000 (08:11 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Mar 2026 13:02:42 +0000 (14:02 +0100)
commit467f911cea2055ba025cc5825d753fdf6bbc9695
treeaf5b65ba3334963cfe4e903c9b99e2a9db050f59
parent0213dd70c9dc5027f18d2f2b91586f0bb510a2ad
MINOR: http-ana: Use HTX API to move to a large buffer

Use htx_move_to_large_buffer() to move a regular HTX message to a large
buffer when we are waiting for a huge payload.
src/http_ana.c