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.2.8-preview. (GOOS=darwin GOARCH=arm64)