MINOR: quic: Send STOP_SENDING frames if mux is released
authorFrédéric Lécaille <flecaille@haproxy.com>
Sun, 29 May 2022 09:36:03 +0000 (11:36 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 30 May 2022 07:59:26 +0000 (09:59 +0200)
commit4df2fe90c8d656995b95274bc4df164d3632334d
treea2a584c7800e1cf6557f1faa142e7fec44d36739
parent6f7607ef1fb314fc919bf2d40689a3edcfc8db1c
MINOR: quic: Send STOP_SENDING frames if mux is released

If the connection client timeout has expired, the mux is released.
If the client decides to initiate a new request, we do not ack its
request. This leads the client to endlessly sent it request.

This patch makes a QUIC listener send a STOP_SENDING frame in such
a situation.
src/xprt_quic.c