Changes since version 2.4.0 : Alex (1): DOC: use the req.ssl_sni in examples Alexandar Lazic (1): DOC/MINOR: move uuid in the configuration to the right alphabetical order Amaury Denoyelle (2): BUG/MAJOR: server: prevent deadlock when using 'set maxconn server' MINOR: errors: allow empty va_args for diag variadic macro Christopher Faulet (12): BUG/MEDIUM: filters: Exec pre/post analysers only one time per filter BUG/MINOR: http-comp: Preserve HTTP_MSGF_COMPRESSIONG flag on the response Revert "MEDIUM: http-ana: Deal with L7 retries in HTTP analysers" BUG/MINOR: http-ana: Send the right error if max retries is reached on L7 retry BUG/MINOR: http-ana: Handle L7 retries on refused early data before K/A aborts MINOR: http-ana: Perform L7 retries because of status codes in response analyser CLEANUP: http-ana: Remove useless if statement about L7 retries BUG/MINOR: vars: Be sure to have a session to get checks variables BUG/MAJOR: stream-int: Release SI endpoint on server side ASAP on retry BUG/MEDIUM: compression: Fix loop skipping unused blocks to get the next block BUG/MEDIUM: compression: Properly get the next block to iterate on payload BUG/MEDIUM: compression: Add a flag to know the filter is still processing data Mark Mullan (1): DOC: intro: Fix typo in starter guide Miroslav Zagorac (3): BUILD/MINOR: opentracing: fixed build when using clang Revert "BUG/MINOR: opentracing: initialization after establishing daemon mode" BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chroot mode Remi Tricot-Le Breton (15): BUG/MEDIUM: ebtree: Invalid read when looking for dup entry BUG/MINOR: server: Missing calloc return value check in srv_parse_source BUG/MINOR: peers: Missing calloc return value check in peers_register_table BUG/MINOR: ssl: Missing calloc return value check in ssl_init_single_engine BUG/MINOR: http: Missing calloc return value check in parse_http_req_capture BUG/MINOR: proxy: Missing calloc return value check in proxy_parse_declare BUG/MINOR: proxy: Missing calloc return value check in proxy_defproxy_cpy BUG/MINOR: http: Missing calloc return value check while parsing tcp-request/tcp-response BUG/MINOR: http: Missing calloc return value check while parsing tcp-request rule BUG/MINOR: compression: Missing calloc return value check in comp_append_type/algo BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list BUG/MINOR: http: Missing calloc return value check while parsing redirect rule BUG/MINOR: http: Missing calloc return value check in make_arg_list BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree BUG/MINOR: ssl: OCSP stapling does not work if expire too far in the future Tim Duesterhus (1): MINOR: cfgparse: Fail when encountering extra arguments in macro William Lallemand (1): BUILD: make tune.ssl.keylog available again