]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: debug: make ha_task_dump() actually dump the requested task
authorWilly Tarreau <w@1wt.eu>
Fri, 17 May 2019 08:34:25 +0000 (10:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 May 2019 15:16:20 +0000 (17:16 +0200)
commit14a1ab75d0c7cad46bd343f74702dc4f864f7f12
tree9b16cd855f8172908d535a9337322301961f359e
parent231ec395c104d07939a3da143498357533c3e43e
BUG/MINOR: debug: make ha_task_dump() actually dump the requested task

It used to only dump the current task, which isn't different for now
but the purpose clearly is to dump the requested task. No backport is
needed.
src/debug.c