MINOR: quic: Dump the expiration date of the idle timer task
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 15 Nov 2023 10:07:50 +0000 (11:07 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 17 Nov 2023 16:31:42 +0000 (17:31 +0100)
commit953c7dc2b9d905fd8e30e46337dd280726475989
tree38f4d12122c93f47ecde03b484b61d2fde4b328e
parente3e0bb90cee9c51c3a3cff1dd805342b5ed86fc3
MINOR: quic: Dump the expiration date of the idle timer task

This date is shared between the idle timer and hanshake timeout. So, it should be
useful to dump the expiration date of the idle timer task itself, in place of the
idle timer expiration date. This way, the handshake timeout value will be visible
during the handshake from CLI "show quic full" command.
src/quic_cli.c