commit | 4df2fe90c8d656995b95274bc4df164d3632334d | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Sun May 29 11:36:03 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon May 30 09:59:26 2022 +0200 |
tree | a2a584c7800e1cf6557f1faa142e7fec44d36739 | |
parent | 6f7607ef1fb314fc919bf2d40689a3edcfc8db1c [diff] |
MINOR: quic: Send STOP_SENDING frames if mux is released If the connection client timeout has expired, the mux is released. If the client decides to initiate a new request, we do not ack its request. This leads the client to endlessly sent it request. This patch makes a QUIC listener send a STOP_SENDING frame in such a situation.