golang.org/x/net/http2.ClientConn.pings (field)
6 uses
golang.org/x/net/http2 (current package)
transport.go#L255: pings map[[8]byte]chan struct{} // in flight ping data to notification channel
transport.go#L653: pings: make(map[[8]byte]chan struct{}),
transport.go#L2446: if _, found := cc.pings[p]; !found {
transport.go#L2447: cc.pings[p] = c
transport.go#L2480: if c, ok := cc.pings[f.Data]; ok {
transport.go#L2482: delete(cc.pings, f.Data)
![]() |
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. |