func golang.org/x/net/http2.summarizeFrame
6 uses
golang.org/x/net/http2 (current package)
frame.go#L388: f.debugWriteLoggerf("http2: Framer %p: wrote %v", f, summarizeFrame(fr))
frame.go#L514: fr.debugReadLoggerf("http2: Framer %p: read %v", fr, summarizeFrame(f))
frame.go#L1573: func summarizeFrame(f Frame) string {
server.go#L1368: sc.vlogf("http2: server read frame %v", summarizeFrame(f))
transport.go#L1840: cc.vlogf("http2: Transport received %s", summarizeFrame(f))
transport.go#L1878: cc.vlogf("http2: Transport conn %p received error from processing frame %v: %v", cc, summarizeFrame(f), err)
 |
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. |