]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: introduce a stream_dump() function and use it in stream_dump_and_crash()
authorWilly Tarreau <w@1wt.eu>
Wed, 22 May 2019 07:33:03 +0000 (09:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 May 2019 09:50:48 +0000 (11:50 +0200)
commit5484d58a1751ce453dfa0bfa8f6715c9f69dbd4f
treef3653a083bf6de6a74e1979db634a264dec1cb9d
parentfade80d162df8aab49cb53688224daedae2f0f54
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.
include/proto/stream.h
src/stream.c