Changes since version 2.9.1 : Amaury Denoyelle (9): 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 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 (3): 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 Frédéric Lécaille (2): BUG/MINOR: quic: Wrong keylog callback setting. BUG/MINOR: quic: Missing call to TLS message callbacks William Lallemand (1): BUG/MINOR: resolvers: default resolvers fails when network not configured