commit | f8c7709013929391c507b57a25134ea96ffa1c6c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Nov 29 15:26:43 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Nov 29 15:29:00 2022 +0100 |
tree | c3544a5fdb5297a7a9912beb952201201a152887 | |
parent | 7b5d9b1f03cef92bda6cd2a3be93b9bbbfd61734 [diff] |
MINOR: mux-h2: add the expire task and its expiration date in "show fd" Some issues such as #1929 seem to involve a task without timeout but we can't find the condition to reproduce this in the code. However, not having this info in the output doesn't help, so this patch adds the task pointer and its timeout (when the task is non-null). It may be useful to backport it.