Changes since version 2.4.2 : Amaury Denoyelle (3): BUILD: http_htx: fix ci compilation error with isdigit for Windows MINOR: mux_h2: define config to disable h2 websocket support BUG/MEDIUM: ssl_sample: fix segfault for srv samples on invalid request Christopher Faulet (5): BUG/MINOR: stats: Add missing agent stats on servers BUG/MINOR: resolvers: Use a null-terminated string to lookup in servers tree BUG/MINOR: mux-h1: Obey dontlognull option for empty requests BUG/MINOR: mux-h2: Obey dontlognull option during the preface BUG/MINOR: mux-h1: Be sure to swap H1C to splice mode when rcv_pipe() is called David CARLIER (1): BUILD/MINOR: memprof fix macOs build. Remi Tricot-Le Breton (1): BUG/MINOR: ssl: Default-server configuration ignored by server William Lallemand (1): BUG/MINOR: systemd: must check the configuration using -Ws Willy Tarreau (5): BUILD: add detection of missing important CFLAGS BUILD: lua: silence a build warning with TCC BUG/MEDIUM: mworker: do not register an exit handler if exit is expected BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs BUG/MINOR: check: fix the condition to validate a port-less server