Changes since version 1.9-dev10 : Christopher Faulet (4): BUG/MINOR: mux-h1: Fix conn_mode processing for headerless outgoing messages BUG/MEDIUM: mux-h1: Add a BUSY mode to not loop on pipelinned requests BUG/MEDIUM: mux-h1: Don't loop on the headers parsing if the read0 was received BUG/MEDIUM: htx: Always do a defrag if a block value is replace by a bigger one Jérôme Magnin (2): DOC: clarify that check-sni needs an argument. DOC: refer to check-sni in the documentation of sni Olivier Houchard (3): BUG/MEDIUM: connection: Don't use the provided conn_stream if it was tried. BUG/MEDIUM: connections: Remove error flags when retrying. BUG/MEDIUM: mux-h2: Don't forget to set the CS_FL_EOS flag with htx. PiBa-NL (3): REGTEST/MINOR: remove double body specification for server txresp REGTEST/MINOR: skip seamless-reload test with abns socket on freebsd REGTEST/MINOR: remove health-check that can make the test fail Willy Tarreau (1): BUG/MEDIUM: mux-h2: fix encoding of non-GET/POST methods