]> git.kaiwu.me - haproxy.git/commit
MEDIUM: snapshot: start to reorder the HTTP snapshot output a little bit
authorWilly Tarreau <w@1wt.eu>
Fri, 7 Sep 2018 11:49:44 +0000 (13:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 7 Sep 2018 15:48:14 +0000 (17:48 +0200)
commit0b5b480594e4f957339bd3de11d493f3ac70866c
tree237e3df701db5b96ef2ed8565505ccd8de4a8dde
parent7480f323ff0827f57d53afe3dafd761d15cd482c
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".
src/proto_http.c