commit | 35069f84afae1ff11654146cb59b05468e6876fc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 25 09:16:37 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 25 09:16:37 2016 +0100 |
tree | 5dcc494b72e4b0658597fb051801f3650e502fc4 | |
parent | 234ba2d8eb56354a882f5544d6d0cfe225410ba9 [diff] |
MINOR: cli: make "show errors" capable of dumping only request or response When dealing with many proxies, it's hard to spot response errors because all internet-facing frontends constantly receive attacks. This patch now makes it possible to demand that only request or response errors are dumped by appending "request" or "reponse" to the show errors command.