]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] stats: report HTTP message state and buffer flags in error dumps
authorWilly Tarreau <w@1wt.eu>
Sun, 12 Dec 2010 11:46:33 +0000 (12:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 12 Dec 2010 11:46:33 +0000 (12:46 +0100)
commit078272e1152649f7b4d298a937b785f99fd717c2
treeb66f9f01e7ba6c57b43deb56de430550456c249d
parentccb289d9b009ba960d824954e2ae597069bef39e
[MINOR] stats: report HTTP message state and buffer flags in error dumps

Debugging parsing errors can be greatly improved if we know what the parser
state was and what the buffer flags were (especially for closed inputs/outputs
and full buffers). Let's add that to the error snapshots.
include/proto/proto_http.h
include/types/proxy.h
src/dumpstats.c
src/proto_http.c