golang.org/x/net/http2.clientConnPool.keys (field)
7 uses
golang.org/x/net/http2 (current package)
client_conn_pool.go#L42: keys map[*ClientConn][]string
client_conn_pool.go#L215: if p.keys == nil {
client_conn_pool.go#L216: p.keys = make(map[*ClientConn][]string)
client_conn_pool.go#L219: p.keys[cc] = append(p.keys[cc], key)
client_conn_pool.go#L225: for _, key := range p.keys[cc] {
client_conn_pool.go#L237: delete(p.keys, cc)
![]() |
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. |