mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-29 18:18:59 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue