mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
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.
This commit is contained in:
parent
c185bc4656
commit
feff6296a1
@ -325,7 +325,7 @@ void ha_task_dump(struct buffer *buf, const struct task *task, const char *pfx)
|
||||
s = sc_strm(((struct stconn *)task->context));
|
||||
|
||||
if (s)
|
||||
stream_dump(buf, s, pfx);
|
||||
strm_dump_to_buffer(buf, s, pfx, HA_ATOMIC_LOAD(&global.anon_key));
|
||||
|
||||
#ifdef USE_LUA
|
||||
hlua = NULL;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user