commit | 7778b59be1d444c7e0cb5b2fd6c10d9aa54f773d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jan 07 10:38:10 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 07 10:38:10 2019 +0100 |
tree | e81a9b5381a8ff7ae8c382059b1396e5a174bfd2 | |
parent | adf7a15bd1d41c45a214410745479e3381ef45de [diff] |
MINOR: stream/cli: report more info about the HTTP messages on "show sess all" The "show sess all" command didn't allow to detect whether compression is in use for a given stream, which is sometimes annoying. Let's add a few more info about the HTTP messages, namely the flags, body len, chunk len and the "next" pointer.