net/http.http2clientConnPool.keys (field)
7 uses
net/http (current package)
h2_bundle.go#L718: keys map[*http2ClientConn][]string
h2_bundle.go#L891: if p.keys == nil {
h2_bundle.go#L892: p.keys = make(map[*http2ClientConn][]string)
h2_bundle.go#L895: p.keys[cc] = append(p.keys[cc], key)
h2_bundle.go#L901: for _, key := range p.keys[cc] {
h2_bundle.go#L913: 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. |