Changes since version 3.0-dev8 : Amaury Denoyelle (8): MINOR: backend: use be_counters for health down accounting BUG/MINOR: backend: use cum_sess counters instead of cum_conn BUG/MINOR: stats: fix stot metric for listeners MINOR: stats: rename proxy stats MINOR: stats: rename ambiguous stat_l and stat_count MINOR: stats: rename info stats MINOR: stats: use stricter naming stats/field/line MINOR: stats: use STAT_F_* prefix for flags Christopher Faulet (1): BUG/MEDIUM: applet: Let's applets decide if they have more data to deliver David Carlier (1): MEDIUM: shctx: Naming shared memory context Tim Duesterhus (3): MINOR: tools: Rename `ha_generate_uuid` to `ha_generate_uuid_v4` MINOR: Add `ha_generate_uuid_v7` MINOR: Add support for UUIDv7 to the `uuid` sample fetch William Lallemand (2): BUILD: ssl: use %zd for sizeof() in ssl_ckch.c REGTESTS: use -dI for insecure fork by default in the regtest scripts Willy Tarreau (5): BUILD: stick-tables: silence build warnings when threads are disabled BUG/MINOR: h1: fix detection of upper bytes in the URI MINOR: intops: add a pair of functions to check multi-byte ranges TESTS: add a unit test for the multi-byte range checks CLEANUP: h1: make use of the multi-byte matching functions