]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: use the more detailed stream dump in panics
authorWilly Tarreau <w@1wt.eu>
Fri, 29 Sep 2023 06:39:21 +0000 (08:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 Sep 2023 07:20:27 +0000 (09:20 +0200)
commitfeff6296a12f0a36561927cf8b76fd38253468b9
treeab790d9cd6f5f0a1582e0d3cb2fc328c839171cc
parentc185bc4656d732074842b69a1be5e174f743db2f
MINOR: debug: use the more detailed stream dump in panics

Similarly upon a panic we'd like to have a more detailed dump of a
stream's state, so let's use the full dump function for this now.
src/debug.c