Changes since version 2.4-dev3 : Christopher Faulet (8): BUG/MEDIUM: lb-leastconn: Reposition a server using the right eweight BUG/MEDIUM: mux-h1: Fix a deadlock when a 408 error is pending for a client BUG/MINOR: http: Establish a tunnel for all 2xx responses to a CONNECT BUG/MINOR: mux-h1: Don't set CS_FL_EOI too early for protocol upgrade requests BUG/MEDIUM: http-ana: Never for sending data in TUNNEL mode CLEANUP: mux-h2: Rename h2s_frt_make_resp_data() to be generic CLEANUP: mux-h2: Rename h2c_frt_handle_data() to be generic BUG/MEDIUM: mux-h1: Handle h1_process() failures on a pipelined request Ilya Shipitsin (2): BUILD: SSL: fine guard for SSL_CTX_add_server_custom_ext call CI: cirrus: drop CentOS 6 builds Miroslav Zagorac (4): MINOR: vars: replace static functions with global ones MINOR: opentracing: add ARGC_OT enum CONTRIB: opentracing: add the OpenTracing filter DOC: opentracing: add the OpenTracing filter section Remi Tricot-Le Breton (4): BUG/MAJOR: cache: Crash because of disabled entry not removed from the tree MEDIUM: cache: Add a secondary entry counter and insertion limitation MEDIUM: cache: Avoid going over duplicates lists too often MINOR: cache: Add a max-secondary-entries cache option William Lallemand (1): BUG/MEDIUM: ssl/crt-list: bad behavior with "commit ssl cert" Willy Tarreau (3): BUILD: Makefile: have "make clean" destroy .o/.a/.s in contrib subdirs as well REGTESTS: make use of HAPROXY_ARGS and pass -dM by default CLEANUP: debug: mark the RNG's seed as unsigned