Changes since version 2.8.5 : Amaury Denoyelle (7): BUG/MINOR: mux-quic: always report error to SC on RESET_STREAM emission MINOR: h3: check connection error during sending BUG/MINOR: h3: close connection on header list too big BUG/MINOR: h3: properly handle alloc failure on finalize BUG/MINOR: h3: close connection on sending alloc errors BUG/MEDIUM: h3: fix incorrect snd_buf return value BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control Aurelien DARRAGON (2): MINOR: stats: store the parent proxy in stats ctx (http) BUG/MEDIUM: stats: unhandled switching rules with TCP frontend Christopher Faulet (4): BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty DOC: config: Update documentation about local haproxy response BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up Frederic Lecaille (1): BUG/MEDIUM: quic: keylog callback not called (USE_OPENSSL_COMPAT) Frédéric Lécaille (5): BUG/MEDIUM: quic: Possible buffer overflow when building TLS records BUG/MEDIUM: quic: QUIC CID removed from tree without locking BUG/MINOR: quic: Wrong keylog callback setting. BUG/MINOR: quic: Missing call to TLS message callbacks CLEANUP: quic: Remaining useless code into server part Miroslav Zagorac (1): DOC: configuration: corrected description of keyword tune.ssl.ocsp-update.mindelay William Lallemand (3): DOC: configuration: typo req.ssl_hello_type BUG/MINOR: mworker/cli: fix set severity-output support BUG/MINOR: resolvers: default resolvers fails when network not configured Willy Tarreau (2): MINOR: mux-h2: support limiting the total number of H2 streams per connection BUG/MINOR: mux-h2: also count streams for refused ones