Changes since version 3.3-dev3 : Amaury Denoyelle (7): BUG/MEDIUM: h3: do not overwrite interim with final response BUG/MINOR: h3: properly realloc buffer after interim response encoding BUG/MINOR: h3: ensure that invalid status code are not encoded (FE side) MINOR: qmux: change API for snd_buf FIN transmission BUG/MEDIUM: h3: handle interim response properly on FE side BUG/MINOR: h3: properly handle interim response on BE side MINOR: h3: remove unused outbuf in h3_resp_headers_send() Christopher Faulet (1): BUG/MINOR: applet: Don't trigger BUG_ON if the tid is not on appctx init Frederic Lecaille (4): BUG/MINOR: quic: Wrong source address use on FreeBSD MINOR: quic: Get rid of qc_is_listener() BUG/MEDIUM: quic-be: CC buffer released from wrong pool MINOR: quic: Remove pool_head_quic_be_cc_buf pool Valentine Krasnobaeva (6): BUG/MINOR: halog: exit with error when some output filters are set simultaneosly MINOR: cpu-topo: split cpu_dump_topology() to show its summary in show dev MINOR: cpu-topo: write thread-cpu bindings into trash buffer MINOR: debug: align output style of debug_parse_cli_show_dev with cpu_dump_topology MINOR: debug: add thread-cpu bindings info in 'show dev' output BUILD: debug: add missed guard USE_CPU_AFFINITY to show cpu bindings Willy Tarreau (19): CLEANUP: server: do not check for duplicates anymore in findserver() REORG: server: move findserver() from proxy.c to server.c MINOR: server: use the tree to look up the server name in findserver() CLEANUP: server: rename server_find_by_name() to server_find() CLEANUP: server: rename findserver() to server_find_by_name() CLEANUP: server: use server_find_by_name() where relevant CLEANUP: cfgparse: lookup proxy ID using existing functions CLEANUP: stream: lookup server ID using standard functions CLEANUP: server: simplify server_find_by_id() CLEANUP: server: add server_find_by_addr() CLEANUP: stream: use server_find_by_addr() in sticking_rule_find_target() CLEANUP: server: be sure never to compare src against a non-existing defsrv MEDIUM: proxy: take the defsrv out of the struct proxy MINOR: proxy: add checks for defsrv's validity MEDIUM: proxy: no longer allocate the default-server entry by default MEDIUM: proxy: register a post-section cleanup function MINOR: debug: report haproxy and operating system info in panic dumps DEV: gdb: add a memprofile decoder to the debug tools DOC: connection: explain the rules for idle/safe/avail connections