net.Dialer.Timeout (field)
7 uses
net (current package)
dial.go#L91: Timeout time.Duration
dial.go#L200: if d.Timeout != 0 { // including negative, for historical reasons
dial.go#L201: earliest = now.Add(d.Timeout)
dial.go#L434: d := Dialer{Timeout: timeout}
net/http
transport.go#L47: Timeout: 30 * time.Second,
crypto/tls
tls.go#L123: if netDialer.Timeout != 0 {
tls.go#L125: ctx, cancel = context.WithTimeout(ctx, netDialer.Timeout)
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |