]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: reject configs using HTTP with large bufsize >= 256 MB
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Feb 2026 14:38:08 +0000 (15:38 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 12:26:21 +0000 (13:26 +0100)
commitcfa30dea4e02e8db7c00d33cc3126ce999334743
tree84626085411305a932fb311e51380f65720d901d
parenta324616cdb0be7942313c18eb0d2595c2b5bf0b8
MINOR: config: reject configs using HTTP with large bufsize >= 256 MB

the bufsize was already limited to 256 MB because of Lua and HTX
limitations. So the same limit is set on large buffers.
src/cfgparse.c