golang.org/x/net/http2.clientConnPool.dialing (field)
6 uses
golang.org/x/net/http2 (current package)
client_conn_pool.go#L41: dialing map[string]*dialCall // currently in-flight dials
client_conn_pool.go#L119: if call, ok := p.dialing[addr]; ok {
client_conn_pool.go#L124: if p.dialing == nil {
client_conn_pool.go#L125: p.dialing = make(map[string]*dialCall)
client_conn_pool.go#L127: p.dialing[addr] = call
client_conn_pool.go#L139: delete(c.p.dialing, addr)
![]() |
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. |