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 William Lallemand (13): MEDIUM: httpclient: remove url2sa to use a more flexible parser MEDIUM: httpclient: http-request rules for resolving MEDIUM: httpclient: allow address and port change for resolving CLEANUP: httpclient: remove the comment about resolving MINOR: httpclient: handle unix and other socket types in dst MINOR: httpclient: rename dash by dot in global option MINOR: init: exit() after pre-check upon error MINOR: httpclient: cleanup the error handling in init MEDIUM: httpclient: hard-error when SSL is configured MINOR: httpclient: allow to configure the ca-file MINOR: httpclient: configure the resolvers section to use MINOR: httpclient: allow ipv4 or ipv6 preference for resolving DOC: configuration: httpclient global option 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