mirror of https://github.com/golang/go.git
net/http: fix typo
This commit is contained in:
parent
0aa14fca8c
commit
d9de237bd2
|
|
@ -173,7 +173,7 @@ type Transport struct {
|
|||
// 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue