Changes since version 2.9.1 : Amaury Denoyelle (11): DOC: fix typo for fastfwd QUIC option BUG/MINOR: mux-quic: always report error to SC on RESET_STREAM emission BUG/MINOR: mux-quic: disable fast-fwd if connection on error MINOR: h3: check connection error during sending BUG/MINOR: h3: close connection on header list too big MINOR: h3: add traces for connection init stage BUG/MINOR: h3: properly handle alloc failure on finalize BUG/MINOR: h3: close connection on sending alloc errors BUG/MINOR: h3: disable fast-forward on buffer alloc failure REGTESTS: check attach-srv out of order declaration BUG/MEDIUM: h3: fix incorrect snd_buf return value Aurelien DARRAGON (5): MINOR: stats: store the parent proxy in stats ctx (http) BUG/MEDIUM: stats: unhandled switching rules with TCP frontend MINOR: server/event_hdl: add server_inetaddr struct to facilitate event data usage MINOR: server/event_hdl: update _srv_event_hdl_prepare_inetaddr prototype BUG/MINOR: server/event_hdl: propagate map port info through inetaddr event Christopher Faulet (6): DOC: config: Update documentation about local haproxy response BUG/MINOR: server: Use the configured address family for the initial resolution BUG/MAJOR: stconn: Disable zero-copy forwarding if consumer is shut or in error BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable BUG/MEDIUM: stconn: Set fsb date if zero-copy forwarding is blocked during nego BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up Frédéric Lécaille (1): BUILD: quic: Missing quic_ssl.h header protection Frédéric Lécaille (3): BUG/MINOR: quic: Wrong keylog callback setting. BUG/MINOR: quic: Missing call to TLS message callbacks CLEANUP: quic: Remaining useless code into server part Ilya Shipitsin (1): CI: use semantic version compare for determing "latest" OpenSSL William Lallemand (1): BUG/MINOR: resolvers: default resolvers fails when network not configured Willy Tarreau (3): MINOR: global: export a way to list build options MINOR: debug: add features and build options to "show dev" MINOR: mux-h2: support limiting the total number of H2 streams per connection