]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: cli: move "show errors" out of cli.c
authorWilly Tarreau <w@1wt.eu>
Tue, 22 Nov 2016 18:48:51 +0000 (19:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:59:28 +0000 (16:59 +0100)
commit12207b360a400aa636f9ace6a1565929994b7375
tree65f87b9fa3e7530d66521455df290d2cdd8e4811
parentf13ebdf286bb888d94f2e3eb3ebaa4465380fa9b
REORG: cli: move "show errors" out of cli.c

It really belongs to proto_http.c since it's a dump for HTTP request
and response errors. Note that it's possible that some parts do not
need to be exported anymore since it really is the only place where
errors are manipulated.
include/types/cli.h
src/cli.c
src/proto_http.c