Changes since version 3.3-dev8 : Amaury Denoyelle (4): CLEANUP: quic: fix typo in quic_tx trace TESTS: quic: add unit-tests for QUIC TX part MINOR: quic: restore QUIC_HP_SAMPLE_LEN constant BUG/MINOR: quic: properly support GSO on backend side Aurelien DARRAGON (2): BUG/MEDIUM: proxy: fix crash with stop_proxy() called during init MINOR: stats-file: use explicit unsigned integer bitshift for user slots Christopher Faulet (15): BUG/MINOR: acl: Fix error message about several '-m' parameters MINOR: server: Parse sni and pool-conn-name expressions in a dedicated function BUG/MEDIUM: server: Use sni as pool connection name for SSL server only BUG/MINOR: server: Update healthcheck when server settings are changed via CLI OPTIM: backend: Don't set SNI for non-ssl connections OPTIM: proto_rhttp: Don't set SNI for non-ssl connections OPTIM: tcpcheck: Don't set SNI and ALPN for non-ssl connections BUG/MINOR: tcpcheck: Don't use sni as pool-conn-name for non-SSL connections MEDIUM: server/ssl: Base the SNI value to the HTTP host header by default MEDIUM: httpcheck/ssl: Base the SNI value on the HTTP host header by default OPTIM: tcpcheck: Reorder tcpchek_connect structure fields to fill holes REGTESTS: ssl: Add a script to test the automatic SNI selection REGTESTS: ssl: Fix the script about automatic SNI selection BUG/MINOR: pools: Fix the dump of pools info to deal with buffers limitations MINOR: pools: Don't dump anymore info about pools when purge is forced Frederic Lecaille (3): MINOR: quic: add useful trace about padding params values BUG/MINOR: quic: too short PADDING frame for too short packets MINOR: quic: SSL session reuse for QUIC Olivier Houchard (1): BUG/MEDIUM: ssl: Properly initialize msg_controllen. Willy Tarreau (1): BUG/MINOR: cpu_topo: work around a small bug in musl's CPU_ISSET()