Changes since version 3.4-dev9 : Amaury Denoyelle (4): BUG/MINOR: mux_quic: limit avail_streams() to 2^62 MINOR: h3: simplify GOAWAY local emission MEDIUM: h3: prevent new streams on GOAWAY reception MINOR: mux-quic: release BE idle conn after GOAWAY reception Aurelien DARRAGON (2): BUG/MINOR: task: fix uninitialised read in run_tasks_from_lists() MINOR: compression: prefix compression oriented functions with "comp_" Miroslav Zagorac (5): MINOR: otel: added debug thread ID support for the OTel C wrapper library MINOR: otel: test: added option parsing to the speed test script MINOR: otel: test: replaced argument variables with positional parameters in run scripts CLEANUP: otel: removed insecure-fork-wanted requirement MINOR: otel: test: unified run scripts into a single symlinked script Willy Tarreau (3): DOC: config: fix spelling of "max-threads-per-group" in the index MEDIUM: threads: change the default max-threads-per-group value to 16 BUG/MEDIUM: mux-h2: ignore conn->owner when deciding if a connection is dead