]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: snapshot: implement a show() callback and use it for HTTP
authorWilly Tarreau <w@1wt.eu>
Fri, 7 Sep 2018 12:01:39 +0000 (14:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 7 Sep 2018 16:36:01 +0000 (18:36 +0200)
commit7ccdd8dad9a3c3ceb35d154254edda7203b98ce5
tree4d5ab2a434688eb5b6ad15e824859aaeac51bf0c
parent0b5b480594e4f957339bd3de11d493f3ac70866c
MEDIUM: snapshot: implement a show() callback and use it for HTTP

The HTTP dumps are now configurable in the code : "show errors" now
calls a protocol-specific function to emit the decoded output. For
now only HTTP is implemented.
include/types/proxy.h
src/proto_http.c