]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] print usage on the stats sockets upon invalid commands
authorWilly Tarreau <w@1wt.eu>
Sun, 26 Jul 2009 16:16:43 +0000 (18:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 26 Jul 2009 16:16:43 +0000 (18:16 +0200)
commit43e0e3997870e39b78b87d3050f260571e5a7de9
tree8aa32cc27277c64a9081c48c839024db85ef278d
parentb455691af393f831ab44c70b605fd45e7ca0967b
[MINOR] print usage on the stats sockets upon invalid commands

When issuing commands on the unix socket, there's no way to
know if the result is empty or if the command is wrong. This
patch makes invalid command return a help message.
src/proto_uxst.c