commit | e06ca65e8dd15f8ae199b1c596ac4f4536a848ac | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Sun May 29 11:48:58 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon May 30 09:59:26 2022 +0200 |
tree | ab81c0b45b5aff684b0ac5e01c3c64d57f58a334 | |
parent | 4df2fe90c8d656995b95274bc4df164d3632334d [diff] |
MINOR: quic: Do not drop packets with RESET_STREAM frames If the connection client timeout has expired, the mux is released. If the client decides to initiate a new request, we send a STOP_SENDING frame. Then, the client endessly sends a RESET_STREAM frame. At this time, we simulate the fact that we support the RESET_STREAM frame thanks to this ridiculously minimalistic patch.