Changes since version 2.9-dev5 : Amaury Denoyelle (2): BUG/MINOR: proto_reverse_connect: fix preconnect with startup name resolution MINOR: proto_reverse_connect: prevent transparent server for pre-connect Aurelien DARRAGON (8): BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() BUG/MINOR: hlua/init: coroutine may not resume itself BUG/MINOR: server: add missing free for server->rdr_pfx MEDIUM: tools/ip: v4tov6() and v6tov4() rework MINOR: pattern/ip: offload ip conversion logic to helper functions MINOR: pattern: fix pat_{parse,match}_ip() function comments MINOR: pattern/ip: simplify pat_match_ip() function BUG/MEDIUM: server/cli: don't delete a dynamic server that has streams Cedric Paillet (1): BUG/MINOR: promex: fix backend_agg_check_status Christopher Faulet (4): BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling STDERR records BUG/MEDIUM: master/cli: Pin the master CLI on the first thread of the group 1 BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers BUG/MEDIUM: http-ana: Try to handle response before handling server abort Frédéric Lécaille (3): BUG/MINOR: quic: fdtab array underflow access BUG/MEDIUM: quic: quic_cc_conn ->cntrs counters unreachable BUG/MINOR: quic: Leak of frames to send. Sébastien Gross (1): MINOR: hlua: Add support for the "http-after-res" action William Lallemand (6): MINOR: samples: implement bytes_in and bytes_out samples DOC: configuration: add %[req.ver] sample to %HV DOC: configuration: add %[query] to %HQ BUILD: quic: fix build on centos 8 and USE_QUIC_OPENSSL_COMPAT REGTESTS: ssl: skip OCSP test w/ WolfSSL REGTESTS: ssl: skip generate-certificates test w/ wolfSSL Willy Tarreau (18): DEBUG: pools: always record the caller for uncached allocs as well DEBUG: pools: pass the caller pointer to the check functions and macros DEBUG: pools: make pool_check_pattern() take a pointer to the pool DEBUG: pools: inspect pools on fatal error and dump information found DEBUG: pools: also print the item's pointer when crashing DEBUG: pools: also print the value of the tag when it doesn't match DEBUG: pools: print the contents surrounding the expected tag location MEDIUM: pools: refine pool size rounding MAJOR: import: update mt_list to support exponential back-off CLEANUP: pools: simplify the pool expression when no pool was matched in dump BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API Revert "MAJOR: import: update mt_list to support exponential back-off" MINOR: logs: clarify the check of the log range MINOR: log: remove the unused curr_idx in struct smp_log_range CLEANUP: logs: rename a confusing local variable "curr_rg" to "smp_rg" MINOR: logs: use a single index to store the current range and index MEDIUM: logs: atomically check and update the log sample index CLEANUP: ring: rename the ring lock "RING_LOCK" instead of "LOGSRV_LOCK"