]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: bwlim/config: fix missing '\n' after error messages
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Apr 2024 09:30:07 +0000 (11:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 3 Apr 2024 15:34:36 +0000 (17:34 +0200)
commit15522fc243a342f6f8d339f0940a571567bb19b8
tree4b09734d63fd8bdcd05ca81a6ac2e950a6c28f80
parentf821a3983e35ac7aca2e8c0597f63eb5fa2fd031
BUG/MINOR: bwlim/config: fix missing '\n' after error messages

Some bwlim error messages at parsing time were missing the trailing '\n'
in commit 2b6777021d ("MEDIUM: bwlim: Add support of bandwith limitation
at the stream level"). This commit can be backported wherever the commit
above is (likely as far as 2.7).
src/flt_bwlim.c