Update doc for dialer in http3.RoundTripper

This commit is contained in:
folbrich
2021-06-20 08:47:18 -06:00
parent 0f36b9d07b
commit ea33fc95df

View File

@@ -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