]> git.kaiwu.me - haproxy.git/commit
MINOR: config: Relax tests on the configured size of small buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 17:48:05 +0000 (18:48 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Mar 2026 13:02:42 +0000 (14:02 +0100)
commitb71f70d548f024f2c4ec499ecde639310ee05dd9
tree13622514c02d04ef2de4d237d3d136bd4c15318a
parent01b9b67d5ca46e2f6367c9c960d1161ac1677e0d
MINOR: config: Relax tests on the configured size of small buffers

When small buffer size was greater than the default buffer size, an error
was triggered. We now do the same than for large buffer. A warning is
emitted and the small buffer size is set to 0 do disable small buffer
allocation.
src/cfgparse.c