Changes since version 2.0.1 : Christopher Faulet (8): BUG/MEDIUM: mux-h1: Always release H1C if a shutdown for writes was reported BUG/MINOR: mux-h1: Skip trailers for non-chunked outgoing messages BUG/MINOR: mux-h1: Don't return the empty chunk on HEAD responses BUG/MINOR: contrib/prometheus-exporter: Don't use channel_htx_recv_max() BUG/MINOR: hlua: Don't use channel_htx_recv_max() BUG/MEDIUM: channel/htx: Use the total HTX size in channel_htx_recv_limit() BUG/MINOR: hlua/htx: Respect the reserve when HTX data are sent BUG/MINOR: contrib/prometheus-exporter: Respect the reserve when data are sent Olivier Houchard (4): BUG/MEDIUM: ssl: Don't attempt to set alpn if we're not using SSL. BUG/MEDIUM: connections: Always call shutdown, with no linger. BUG/MEDIUM: checks: Make sure the tasklet won't run if the connection is closed. BUG/MEDIUM: connections: Make sure we're unsubscribe before upgrading the mux. William Lallemand (1): BUG/MINOR: mworker/cli: don't output a \n before the response Willy Tarreau (1): BUG/MEDIUM: checks: unblock signals in external checks