]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: Alert about extra arguments for errorfile and errorloc
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jan 2025 09:10:08 +0000 (10:10 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jan 2025 09:10:09 +0000 (10:10 +0100)
commitf578811c4e8965f243cd16a6f569909a2a07498c
treee040ec0e0c5441aa98a0029c581b8f2fc96df76c
parenta785a20befeb858d47c558378e830e0f62060d21
MINOR: config: Alert about extra arguments for errorfile and errorloc

errorfile and errorloc directives expect excatly two arguments. But extra
arguments were just ignored while an error should be emitted. It is now
fixed.

This patch could be backported as far as 2.2 if necessary.
src/http_htx.c