commit | 0b5b480594e4f957339bd3de11d493f3ac70866c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 07 13:49:44 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 07 17:48:14 2018 +0200 |
tree | 237e3df701db5b96ef2ed8565505ccd8de4a8dde | |
parent | 7480f323ff0827f57d53afe3dafd761d15cd482c [diff] |
MEDIUM: snapshot: start to reorder the HTTP snapshot output a little bit The output of "show errors" was slightly reordered to split the HTTP part in a single chunk_appendf() call. The useless buffer total input was replaced to report the buffer's start offset, which is the offset in the stream of the first input byte (thus not counting output). Also it was the opportunity to stop calling the stream "session".