commit | 59bf255806cfee4cc62c85509550af88dff17460 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Mar 28 12:13:09 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 06 15:52:35 2022 +0200 |
tree | 3d515d8bf97c74a8a078b402050947bd8108c25d | |
parent | 47756809fba816c23441fecaf4383ca14c249b6b [diff] |
MINOR: quic: Add closing connection state New received packets after sending CONNECTION_CLOSE frame trigger a new CONNECTION_CLOSE frame to be sent. Each time such a frame is sent we increase the number of packet required to send another CONNECTION_CLOSE frame. Rearm only one time the idle timer when sending a CONNECTION_CLOSE frame.