Changes since version 3.2.6 : Amaury Denoyelle (2): MINOR: quic: restore QUIC_HP_SAMPLE_LEN constant BUG/MINOR: quic: check applet_putchk() for 'show quic' first line Aurelien DARRAGON (1): BUG/MINOR: sink: retry attempt for sft server may never occur Christopher Faulet (2): BUG/MINOr: hlua: Fix receive from HTTP applet by properly accounting data BUG/MEDIUM: apppet: Improve spinning loop detection with the new API Frederic Lecaille (4): TESTS: quic: useless param for b_quic_dec_int() BUG/MINOR: quic: too short PADDING frame for too short packets BUG/MINOR: quic: SSL counters not handled BUG/MAJOR: quic: uninitialized quic_conn_closed struct members Olivier Houchard (2): BUG/MEDIUM: stick-tables: Don't forget to dec count on failure. BUG/MEDIUM: mt_list: Make sure not to unlock the element twice Remi Tricot-Le Breton (3): BUG/MINOR: ssl: Free global_ssl structure contents during deinit BUG/MINOR: ssl: Free key_base from global_ssl structure during deinit BUG/MINOR: ssl: Potential NULL deref in trace macro Valentine Krasnobaeva (1): MINOR: debug: add distro name and version in postmortem William Lallemand (4): BUG/MINOR: acme: avoid overflow when diff > notAfter BUG/MINOR: ssl: leak in ssl-f-use BUG/MINOR: ssl: leak crtlist_name in ssl-f-use BUILD: ssl: can't build when using -DLISTEN_DEFAULT_CIPHERS Willy Tarreau (9): BUG/MEDIUM: ssl: take care of second client hello BUG/MINOR: ssl: always clear the remains of the first hello for the second one BUILD: makefile: disable tail calls optimizations with memory profiling BUG/MEDIUM: pools: fix crash on filtered "show pools" output BUG/MINOR: pools: don't report "limited to the first X entries" by default BUG/MAJOR: lb-chash: fix key calculation when using default hash-key id DOC: clarify the experimental status for certain features BUG/MEDIUM: threads/config: drop absent threads from thread groups BUG/MEDIUM: cli: also free the trash chunk on the error path