golang.org/x/net/http2.PingFrame.Data (field)
13 uses
golang.org/x/net/http2 (current package)
frame.go#L830: Data [8]byte
frame.go#L843: copy(f.Data[:], payload)
frame.go#L1606: fmt.Fprintf(&buf, " ping=%q", f.Data[:])
transport.go#L2480: if c, ok := cc.pings[f.Data]; ok {
transport.go#L2482: delete(cc.pings, f.Data)
transport.go#L2489: if err := cc.fr.WritePing(true, f.Data); err != nil {
write.go#L137: return ctx.Framer().WritePing(true, w.pf.Data)
write.go#L140: func (w writePingAck) staysWithinBuffer(max int) bool { return frameHeaderLen+len(w.pf.Data) <= max }
google.golang.org/grpc/internal/transport
http2_client.go#L1087: t.bdpEst.calculate(f.Data)
http2_client.go#L1092: copy(pingAck.data[:], f.Data[:])
http2_server.go#L695: if f.Data == goAwayPing.data && t.drainChan != nil {
http2_server.go#L701: t.bdpEst.calculate(f.Data)
http2_server.go#L706: copy(pingAck.data[:], 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. |