Changes since version 2.5-dev2 : Amaury Denoyelle (2): BUG/MEDIUM: ssl_sample: fix segfault for srv samples on invalid request MINOR: ssl: use __objt_* variant when retrieving counters Christopher Faulet (7): CLEANUP: http_ana: Remove now unused label from http_process_request() 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 BUG/MEDIUM: mux-h2: Handle remaining read0 cases on partial frames David CARLIER (1): BUILD/MINOR: memprof fix macOs build. Remi Tricot-Le Breton (7): BUG/MINOR: connection: Add missing error labels to conn_err_code_str MINOR: connection: Add a connection error code sample fetch MINOR: ssl: Enable error fetches in case of handshake error MINOR: ssl: Add new ssl_fc_hsk_err sample fetch MINOR: ssl: Define a default https log format MEDIUM: connection: Add option to disable legacy error log REGTESTS: ssl: Add tests for the connection and SSL error fetches William Lallemand (7): BUG/MINOR: systemd: must check the configuration using -Ws MINOR: proxy: rename PR_CAP_LUA to PR_CAP_INT MINOR: mworker: the mworker CLI proxy is internal MINOR: stats: don't output internal proxies (PR_CAP_INT) CLEANUP: mworker: use the proxy helper functions in mworker_cli_proxy_create() CLEANUP: mworker: PR_CAP already initialized with alloc_new_proxy() REGTESTS: ssl: ssl_errors.vtc does not work with old openssl version Willy Tarreau (8): BUG/MINOR: arg: free all args on make_arg_list()'s error path BUG/MINOR: cfgcond: revisit the condition freeing mechanism to avoid a leak MEDIUM: proxy: remove long-broken 'option http_proxy' BUG/MEDIUM: cfgcond: limit recursion level in the condition expression parser 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 BUILD: threads: fix pthread_mutex_unlock when !USE_THREAD jenny-cheung (1): MINOR: deinit: always deinit the init_mutex on failed initialization