Changes since version 2.6-dev8 : Amaury Denoyelle (2): MINOR: mux-quic: support full request channel buffer BUG/MINOR: h3: fix parsing of unknown frame type with null length Frédéric Lécaille (4): CLEANUP: mux: Useless xprt_quic-t.h inclusion MINOR: quic: Make the quic_conn be aware of the number of streams BUG/MINOR: quic: Dropped retransmitted STREAM frames BUG/MINOR: mux_quic: Dropped packet upon retransmission for closed streams Willy Tarreau (6): CLEANUP: backend: make alloc_{bind,dst}_address() idempotent MEDIUM: stream: remove the confusing SF_ADDR_SET flag MINOR: conn_stream: remove the now unused CS_FL_ADDR_*_SET flags CLEANUP: protocol: make sure the connect_* functions always receive a dst MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags MINOR: session: get rid of the now unused SESS_FL_ADDR_*_SET flags