Change-Id: I6e39f14df65685451d3d98c6def1e0665da20590
GitHub-Last-Rev:
d9de237bd24ab3deebdbdf1f75a1835169670c1d
GitHub-Pull-Request: golang/go#59200
Reviewed-on: https://go-review.googlesource.com/c/go/+/478855
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
// If non-nil, HTTP/2 support may not be enabled by default.
TLSClientConfig *tls.Config
- // TLSHandshakeTimeout specifies the maximum amount of time waiting to
+ // TLSHandshakeTimeout specifies the maximum amount of time to
// wait for a TLS handshake. Zero means no timeout.
TLSHandshakeTimeout time.Duration