commit | bd6ec1bf845736d7447669077b4f3f2c4bd48011 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jul 25 11:53:18 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Aug 01 15:00:13 2022 +0200 |
tree | 6652995c8a4f593c3e5d3cac58853b029fde7ee3 | |
parent | c603de4d84f06321566f80461f5cf4231f52af4e [diff] |
MEDIUM: mux-quic: implement http-keep-alive timeout Complete QUIC MUX timeout refresh function by using http-keep-alive timeout. It is used when the connection is idle after having handle at least one request. To implement this a new member <idle_start> has been defined in qcc structure. This is used as timestamp for when the connection became idle and is used as base time for http keep-alive timeout