mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 22:31:28 +02:00
Till now we used to rely on a fixed maximum chunk size. Thanks to last commit we're now free to adjust the chunk's length before sending the data, so we don't have to use 6 digits all the time anymore, and if one wants buffers larger than 16 MB it is now possible.