net/http.Transport.idleConnWait (field)
8 uses
net/http (current package)
transport.go#L98: idleConnWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L928: if q, ok := t.idleConnWait[key]; ok {
transport.go#L951: delete(t.idleConnWait, key)
transport.go#L953: t.idleConnWait[key] = q
transport.go#L1076: if t.idleConnWait == nil {
transport.go#L1077: t.idleConnWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1079: q := t.idleConnWait[w.key]
transport.go#L1082: t.idleConnWait[w.key] = q
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |