]> git.kaiwu.me - haproxy.git/commit
MINOR: config: Report the warning when invalid large buffer size is set
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 17:50:36 +0000 (18:50 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Mar 2026 13:02:42 +0000 (14:02 +0100)
commit41c89e4fb6b118af29c73a748f1cd78d9d338655
tree2daa6edc7821b6916f1a0bc436d6ff9cfc05ee02
parentb71f70d548f024f2c4ec499ecde639310ee05dd9
MINOR: config: Report the warning when invalid large buffer size is set

When an invalid large buffer size was found in the configuration, a warning
was emitted but it was not reported via the error code. It is now fixed.
src/cfgparse.c