]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http-ana: Use a large buffer if necessary when waiting for body
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 3 Feb 2026 06:59:06 +0000 (07:59 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 12:26:21 +0000 (13:26 +0100)
commit5737fc9518aa2976ececdbd46e63bfdaf86f0d92
treeb85ce50b0f2706c35734839d2175df8bc5a8752e
parent9ecd0011c17d7af166c8d9d191d6f5900238078f
MEDIUM: http-ana: Use a large buffer if necessary when waiting for body

Thanks to previous patches, it is now possible to allocate a large buffer to
store the message payload in the context of the "wait-for-body" action. To
do so, "use-large-buffer" option must be set.

It means now it is no longer necessary to increase the regular buffer size
to be able to get message payloads of some requests or responses.
doc/configuration.txt
include/haproxy/http_ana.h
src/http_act.c
src/http_ana.c