Changes since version 2.0.1 : Christopher Faulet (16): 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 BUG/MINOR: contrib/prometheus-exporter: Don't try to add empty data blocks MINOR: action: Add the return code ACT_RET_DONE for actions BUG/MEDIUM: http/applet: Finish request processing when a service is registered BUG/MEDIUM: lb_fas: Don't test the server's lb_tree from outside the lock BUG/MEDIUM: mux-h1: Handle TUNNEL state when outgoing messages are formatted BUG/MINOR: mux-h1: Don't process input or ouput if an error occurred MINOR: stream-int: Factorize processing done after sending data in si_cs_send() BUG/MEDIUM: stream-int: Don't rely on CF_WRITE_PARTIAL to unblock opposite si Frédéric Lécaille (1): MINOR: server: Add "no-tfo" option. Olivier Houchard (6): 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. BUG/MEDIUM: servers: Authorize tfo in default-server. BUG/MEDIUM: sessions: Don't keep an extra idle connection in sessions. 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