net.Dialer.Timeout (field)
7 uses
net (current package)
dial.go#L83: Timeout time.Duration
dial.go#L180: if d.Timeout != 0 { // including negative, for historical reasons
dial.go#L181: earliest = now.Add(d.Timeout)
dial.go#L414: d := Dialer{Timeout: timeout}
net/http
transport.go#L46: Timeout: 30 * time.Second,
crypto/tls
tls.go#L121: if netDialer.Timeout != 0 {
tls.go#L123: ctx, cancel = context.WithTimeout(ctx, netDialer.Timeout)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |