http3: remove deprecated SingleDestinationRoundTripper type (#5217)

This commit is contained in:
Marten Seemann
2025-06-09 19:46:53 +08:00
committed by GitHub
parent 6c82ac07cf
commit 39f6e120c0

View File

@@ -75,10 +75,6 @@ type ClientConn struct {
var _ http.RoundTripper = &ClientConn{}
// Deprecated: SingleDestinationRoundTripper was renamed to ClientConn.
// It can be obtained by calling NewClientConn on a Transport.
type SingleDestinationRoundTripper = ClientConn
func newClientConn(
conn *quic.Conn,
enableDatagrams bool,