net/http.Transport.connsPerHostWait (field)
8 uses
net/http (current package)
transport.go#L109: connsPerHostWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L1427: if t.connsPerHostWait == nil {
transport.go#L1428: t.connsPerHostWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1430: q := t.connsPerHostWait[w.key]
transport.go#L1433: t.connsPerHostWait[w.key] = q
transport.go#L1475: if q := t.connsPerHostWait[key]; q.len() > 0 {
transport.go#L1486: delete(t.connsPerHostWait, key)
transport.go#L1490: t.connsPerHostWait[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. |