]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] stats: don't send empty lines in "show errors"
authorWilly Tarreau <w@1wt.eu>
Fri, 5 Mar 2010 16:42:58 +0000 (17:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Mar 2010 16:56:56 +0000 (17:56 +0100)
commit8811f8e82efed5492b1e2ccca05728b94f3cd243
tree5202dec9d5a4259f3518550cfe03600bb5fb6645
parentbc775304565342aaba82507f5d485756956f1f48
[MINOR] stats: don't send empty lines in "show errors"

Empty lines indicate end of dump, so it's important not to do that.
Send a single space instead.
src/dumpstats.c