Changes since version 2.6-dev11 : Amaury Denoyelle (26): BUG/MEDIUM: mux-quic: adjust buggy proxy closing support Revert "MINOR: quic: activate QUIC traces at compilation" Revert "MINOR: mux-quic: activate qmux traces on stdout via macro" MINOR: h3: mark ncbuf as const on h3_b_dup MINOR: mux-quic: do not alloc quic_stream_desc for uni remote stream MINOR: mux-quic: delay cs_endpoint allocation MINOR: mux-quic: add traces in qc_recv() MINOR: mux-quic: adjust return value of decode_qcs CLEANUP: h3: rename struct h3 -> h3c CLEANUP: h3: rename uni stream type constants BUG/MINOR: h3: prevent overflow when parsing SETTINGS MINOR: h3: refactor h3_control_send() MINOR: quic: support CONNECTION_CLOSE_APP emission MINOR: mux-quic: disable read on CONNECTION_CLOSE emission MINOR: h3: reject too big frames MINOR: mux-quic: emit STREAM_STATE_ERROR in qcc_recv BUG/MINOR: mux-quic: refactor uni streams TX/send H3 SETTINGS MINOR: h3/qpack: use qcs as type in decode callbacks MINOR: h3: define stream type MINOR: h3: refactor uni streams initialization MINOR: h3: check if frame is valid for stream type MINOR: h3: define non-h3 generic parsing function MEDIUM: quic: refactor uni streams RX CLEANUP: h3: remove h3 uni tasklet MINOR: h3: abort read on unknown uni stream MINOR: h3: refactor SETTINGS parsing/error reporting Christopher Faulet (3): BUG/MEDIUM: resolvers: Don't defer resolutions release in deinit function BUG/MINOR: task: Don't defer tasks release when HAProxy is stopping Revert "BUG/MINOR: task: Don't defer tasks release when HAProxy is stopping" Emeric Brun (2): BUG/MEDIUM: peers: fix segfault using multiple bind on peers sections BUG/MEDIUM: peers: prevent unitialized multiple listeners on peers section Tim Duesterhus (4): CLEANUP: tools: Clean up non-QUIC error message handling in str2sa_range() BUG/MEDIUM: tools: Fix `inet_ntop` usage in sa2str CLEANUP: tools: Crash if inet_ntop fails due to ENOSPC in sa2str BUG/MEDIUM: http: Properly reject non-HTTP/1.x protocols William Lallemand (1): DOC: configuration: add a warning for @system-ca on bind Willy Tarreau (2): CLEANUP: init: address a coverity warning about possible multiply overflow MEDIUM: h1: enlarge the scope of accepted version chars with accept-invalid-http-request