Changes since version 3.1-dev11 : Amaury Denoyelle (5): MINOR: quic: simplify qc_parse_pkt_frms() return path MINOR: quic: use dynamically allocated frame on parsing MINOR: quic: extend return value of CRYPTO parsing BUG/MINOR: quic: repeat packet parsing to deal with fragmented CRYPTO BUG/MEDIUM: quic: do not consider ACK on released stream as error Aurelien DARRAGON (1): MINOR: http: don't %-encode the payload when not relevant Christopher Faulet (4): BUG/MEDIUM: promex: Fix dump of extra counters CLEANUP: quic: Remove the useless directive "tune.quic.backend.max-idle-timeou" MINOR: listener: Remove useless checks on the receiver protocol existence MINOR: http-conv: Remove unreachable goto statement in sample_conv_q_preferred Frederic Lecaille (2): MINOR: quic: Help diagnosing malformed probing packets BUG/MINOR: quic: fix malformed probing packet building Valentine Krasnobaeva (1): BUG/MINOR: mworker: do 'program' postparser checks in read_cfg_in_discovery_mode William Lallemand (2): MINOR: startup: tune.renice.{startup,runtime} allow to change priorities EXAMPLES: add "traces.cfg" with traces examples Willy Tarreau (16): BUILD: import/mt_list: support building with TCC BUILD: compiler: define __builtin_prefetch() for tcc DOC: config: document connection error 44 (reverse connect failure) CLEANUP: connection: properly name the CO_ER_SSL_FATAL enum entry DEBUG: cli: support closing "hard" using close() in addition to fd_delete() MINOR: connection: add more connection error codes to cover common errno MINOR: rawsock: set connection error codes when returning from recv/send/splice MINOR: connection: add new sample fetch functions fc_err_name and bc_err_name CLEANUP: stats: fix misleading comment on top of stat_idx_info MINOR: wdt: move the local timers to a struct MINOR: debug: add a function to dump a stuck thread DEBUG: wdt: better detect apparently locked up threads and warn about them DEBUG: cli: make it possible for "debug dev loop" to trigger warnings DEBUG: wdt: make the blocked traffic warning delay configurable DEBUG: wdt: add a stats counter "BlockedTrafficWarnings" in show info DEBUG: wdt: set the default blocked task delay to 100 ms