]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-quic: implement STOP_SENDING handling
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 4 Jul 2022 09:44:53 +0000 (11:44 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 Jul 2022 14:45:04 +0000 (16:45 +0200)
commita5b507521130784fa301a0257e0274b5a496ac9d
tree240e116c514cdb081fdb7393777d5940239984f4
parent843a1196b3fc42b99ec1880142e11f3ca5e8866b
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.
include/haproxy/mux_quic.h
src/mux_quic.c
src/xprt_quic.c