Changes since version 3.2.9 : Aurelien DARRAGON (1): MINOR: hlua: emit a log instead of an alert for aborted actions due to unavailable yield Christopher Faulet (8): BUG/MEDIUM: h1-htx: Don't set HTX_FL_EOM flag on 1xx informational messages BUG/MINOR: http-ana: Reset analyse_exp date after 'wait-for-body' action BUG/MEDIUM: applet: Fix conditions to detect spinning loop with the new API BUG/MEDIUM: cli: State the cli have no more data to deliver if it yields BUG/MINOR: ssl: Don't allow to set NULL sni BUG/MEDIUM: http-ana: Don't close server connection on read0 in TUNNEL mode DOC: config: Fix description of the spop mode DOC: config: Improve spop mode documentation Frederic Lecaille (2): BUG/MINOR: quic/ssl: crash in ClientHello callback ssl traces MINOR: quic: Add useful debugging traces in qc_idle_timer_do_rearm() Maxime Henrion (1): BUG/MINOR: acme: fix ha_alert() call Remi Tricot-Le Breton (1): BUG/MINOR: jwt: Missing "case" in switch statement William Lallemand (5): BUG/MEDIUM: mworker/listener: ambiguous use of RX_F_INHERITED with shards BUG/MINOR: acme: handle multiple auth with the same name BUG/MINOR: acme: prevent creating map entries with dns-01 BUG/MINOR: acme: better challenge_ready processing BUG/MINOR: acme: warning ‘ctx’ may be used uninitialized Willy Tarreau (4): BUG/MEDIUM: connection: fix "bc_settings_streams_limit" typo DOC: config: mention clearer that the cache's total-max-size is mandatory DOC: config: reorder the cache section's keywords MINOR: h2/trace: emit a trace of the received RST_STREAM type