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, 16 Feb 2022 20:25:40 +0000 (21:25 +0100)
commitab18950a2c057c25c48b745c9dd39695ec4505ce
treeb3bceaf22d621d55dd906316e612b24dcff5fd88
parente70a3ba91c1c0c24b7c651a133836e5ab2b7ee9f
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.

(cherry picked from commit fc5912914b320debad432c668b810170f6fd559a)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>
src/hlua.c
src/http_client.c