]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: handle CONNECTION_CLOSE frame
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 Oct 2021 14:34:49 +0000 (16:34 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 Oct 2021 14:38:56 +0000 (16:38 +0200)
commit493bb1db10c19d4612d049063eaedfaa2efbb3ac
treee8e0ad33d441cca35e49a2525540b65c8eeacb98
parent1e308ffc79bfaa3bedff2da90e768d0538f7488f
MINOR: quic: handle CONNECTION_CLOSE frame

On receiving CONNECTION_CLOSE frame, the mux is flagged for immediate
connection close. A stream is closed even if there is data not ACKed
left if CONNECTION_CLOSE has been received.
include/haproxy/mux_quic-t.h
src/mux_quic.c
src/xprt_quic.c