From ea33fc95df8d03386ce5c334e55b9d7f5fbf1195 Mon Sep 17 00:00:00 2001 From: folbrich Date: Sun, 20 Jun 2021 08:47:18 -0600 Subject: [PATCH] Update doc for dialer in http3.RoundTripper --- http3/roundtrip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http3/roundtrip.go b/http3/roundtrip.go index b34628878..8e6f943e9 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