net/http.http2ClientConn.pings (field)
6 uses
net/http (current package)
h2_bundle.go#L6757: pings map[[8]byte]chan struct{} // in flight ping data to notification channel
h2_bundle.go#L7156: pings: make(map[[8]byte]chan struct{}),
h2_bundle.go#L8949: if _, found := cc.pings[p]; !found {
h2_bundle.go#L8950: cc.pings[p] = c
h2_bundle.go#L8983: if c, ok := cc.pings[f.Data]; ok {
h2_bundle.go#L8985: 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. |