]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Do not drop packets with RESET_STREAM frames
authorFrédéric Lécaille <flecaille@haproxy.com>
Sun, 29 May 2022 09:48:58 +0000 (11:48 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 30 May 2022 07:59:26 +0000 (09:59 +0200)
commite06ca65e8dd15f8ae199b1c596ac4f4536a848ac
treeab81c0b45b5aff684b0ac5e01c3c64d57f58a334
parent4df2fe90c8d656995b95274bc4df164d3632334d
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.
src/xprt_quic.c