]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http-fetch: Be able to use large chunks when necessary
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 9 Feb 2026 10:15:52 +0000 (11:15 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 12:26:21 +0000 (13:26 +0100)
commit4c6ca0b4719b856db020f296b2f8b1dbe07a6ad3
tree916c130220112f85a91e0eba4d62bc0f289c6ab7
parentdfc40854138b4d4a1e8a6094f5a0f1cca3cc1f39
MEDIUM: http-fetch: Be able to use large chunks when necessary

The function used to fetch params was update to get a chunk accordingly to
the parameter size. The same was also performed when the message body is
retrieved.
src/http_fetch.c