]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: httpclient: Don't limit data transfer to 1024 bytes
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 12 Jan 2022 13:46:03 +0000 (14:46 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 2 Feb 2022 15:19:19 +0000 (16:19 +0100)
commitfc5912914b320debad432c668b810170f6fd559a
tree64c1771c70e12a0c88e1362e8e8e21358be2c5e5
parent6ced61dd0a2056c4ed852163d6855808c07ffe8f
MINOR: httpclient: Don't limit data transfer to 1024 bytes

For debug purpose, no more 1024 bytes were copied at a time. But there is no
reason to keep this limitation. Thus, it is removed.

This patch may be backported to 2.5.
src/hlua.c
src/http_client.c