]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: implement client-fin timeout
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 8 Feb 2023 14:55:24 +0000 (15:55 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 20 Feb 2023 10:20:18 +0000 (11:20 +0100)
commiteb7d320d2529fc2579b032f77d3a97611b2baaf2
treec7eafaba9f9948871f6c9a9955d2dc4faa17c369
parent14dbb848afea4b1ea2c015f09e2dd870ec257d48
MINOR: mux-quic: implement client-fin timeout

Implement client-fin timeout for MUX quic. This timeout is used once an
applicative layer shutdown has been called. In HTTP/3, this corresponds
to the emission of a GOAWAY.

This should be backported up to 2.7.
include/haproxy/mux_quic-t.h
src/mux_quic.c