commit | aebe26f8bae91e3566a4c72a007a65a8ab61d892 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Jan 13 16:28:06 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 01 15:19:35 2022 +0100 |
tree | 98a0d811bdc5828b2ef9e683d71d2cac02b5e323 | |
parent | d975148776996c71c06d8f0e26c864453c1fc23f [diff] |
MINOR: mux-quic: create a timeout task This task will be used to schedule a timer when there is no activity on the mux. The timeout is set via the "timeout client" from the configuration file. The timeout task process schedule the timeout only on specific conditions. Currently, it's done if there is no opened bidirectional stream. For now this task is not used. This will be implemented in the following commit.