commit | 5484d58a1751ce453dfa0bfa8f6715c9f69dbd4f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 22 09:33:03 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 22 11:50:48 2019 +0200 |
tree | f3653a083bf6de6a74e1979db634a264dec1cb9d | |
parent | fade80d162df8aab49cb53688224daedae2f0f54 [diff] |
MINOR: stream: introduce a stream_dump() function and use it in stream_dump_and_crash() This function dumps a lot of information about a stream into the provided buffer. It is now used by stream_dump_and_crash() and will be used by the debugger as well.