commit | a5b507521130784fa301a0257e0274b5a496ac9d | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jul 04 11:44:53 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jul 11 16:45:04 2022 +0200 |
tree | 240e116c514cdb081fdb7393777d5940239984f4 | |
parent | 843a1196b3fc42b99ec1880142e11f3ca5e8866b [diff] |
MEDIUM: mux-quic: implement STOP_SENDING handling Implement support for STOP_SENDING frame parsing. The stream is resetted as specified by RFC 9000. This will automatically interrupt all future send operation in qc_send(). A RESET_STREAM will be sent with the code extracted from the original STOP_SENDING frame.