diff --git a/http3/roundtrip.go b/http3/roundtrip.go index b3462887..8e6f943e 100644 --- a/http3/roundtrip.go +++ b/http3/roundtrip.go @@ -48,7 +48,7 @@ type RoundTripper struct { // Dial specifies an optional dial function for creating QUIC // connections for requests. - // If Dial is nil, quic.DialAddr will be used. + // If Dial is nil, quic.DialAddrEarly will be used. Dial func(network, addr string, tlsCfg *tls.Config, cfg *quic.Config) (quic.EarlySession, error) // MaxResponseHeaderBytes specifies a limit on how many response bytes are