Changes since version 2.8-dev7 : Christopher Faulet (11): BUG/MEDIUM: cli: Set SE_FL_EOI flag for '_getsocks' and 'quit' commands BUG/MEDIUM: cli: Eat output data when waiting for appctx shutdown BUG/MEDIUM: http-client: Eat output data when waiting for appctx shutdown BUG/MEDIUM: stats: Eat output data when waiting for appctx shutdown BUG/MEDIUM: log: Eat output data when waiting for appctx shutdown BUG/MEDIUM: dns: Kill idle DNS sessions during stopping stage BUG/MINOR: resolvers: Wakeup DNS idle task on stopping BUG/MEDIUM: resolvers: Force the connect timeout for DNS resolutions MINOR: hlua: Stop to check the SC state when executing a hlua cli command BUG/MEDIUM: mux-h1: Report EOI when a TCP connection is upgraded to H2 BUG/MEDIUM: mux-h2: Never set SE_FL_EOS without SE_FL_EOI or SE_FL_ERROR Frédéric Lécaille (5): MINOR: quic: Trace fix in quic_pto_pktns() (handshaske status) BUG/MINOR: quic: Wrong packet number space probing before confirmed handshake MINOR: quic: Modify qc_try_rm_hp() traces MINOR: quic: Dump more information at proto level when building packets MINOR: quic: Add a trace for packet with an ACK frame Willy Tarreau (1): MINOR: activity: add a line reporting the average CPU usage to "show activity"