Changes since version 2.8-dev2 : Amaury Denoyelle (3): MINOR: mux-quic/h3: send SETTINGS as soon as transport is ready BUG/MINOR: h3: fix GOAWAY emission BUG/MEDIUM: mux-quic: fix crash on H3 SETTINGS emission Olivier Houchard (1): MINOR: connection: add a BUG_ON() to detect destroying connection in idle list Remi Tricot-Le Breton (2): BUG/MINOR: ssl: Fix leaks in 'update ssl ocsp-response' CLI command MINOR: ssl: Remove debug fprintf in 'update ssl ocsp-response' cli command Willy Tarreau (13): BUG/MINOR: sink: make sure to always properly unmap a file-backed ring DEV: haring: add a new option "-r" to automatically repair broken files BUG/MEDIUM: hpack: fix incorrect huffman decoding of some control chars BUG/MINOR: log: release global log servers on exit BUG/MINOR: ring: release the backing store name on exit BUG/MINOR: sink: free the forwarding task on exit CLEANUP: trace: remove the QUIC-specific ifdefs MINOR: trace: add a TRACE_ENABLED() macro to determine if a trace is active MINOR: trace: add a trace_no_cb() dummy callback for when to use no callback MINOR: trace: add the long awaited TRACE_PRINTF() MINOR: h2: add h2_phdr_to_ist() to make ISTs from pseudo headers MEDIUM: mux-h2/trace: add tracing support for headers CLEANUP: mux-h2/trace: shorten the name of the header enc/dec functions