Changes since version 3.1-dev10 : Aurelien DARRAGON (3): DOC: config: fix rfc7239 forwarded typo in desc MINOR: http_ext: implement rfc7239_{nn,np} converters CLEANUP: http_ext: remove useless BUG_ON() in http_handle_xot_header() Christopher Faulet (7): BUG/MEDIUM: stconn: Wait iobuf is empty to shut SE down during a check send MINOR: mux-h1: Show the SD iobuf in trace messages on stream send events MINOR: mux-h1: Add a trace on shutdown when keep-alive is not possible BUG/MINOR: http-ana: Don't report a server abort if response payload is invalid BUG/MEDIUM: stconn: Check FF data of SC to perform a shutdown in sc_notify() BUG/MAJOR: filters/htx: Add a flag to state the payload is altered by a filter REGTESTS: Never reuse server connection in http-messaging/truncated.vtc Frederic Lecaille (3): BUG/MINOR: quic: avoid leaking post handshake frames MINOR: quic: send new tokens (NEW_TOKEN) even for 1RTT sessions BUG/MEDIUM: quic: avoid freezing 0RTT connections William Lallemand (4): BUG/MINOR: httpclient: return NULL when no proxy available during httpclient_new() BUG/MEDIUM: mworker/httpclient: initialization skipped by accident in mworker mode BUG/MINOR: resolvers/mworker: missing default resolvers in mworker mode MINOR: mworker/ocsp: skip ocsp-update proxy init in master