Home
last modified time | relevance | path

Searched refs:http2summarizeFrame (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go1798 f.debugWriteLoggerf("http2: Framer %p: wrote %v", f, http2summarizeFrame(fr))
1931 fr.debugReadLoggerf("http2: Framer %p: read %v", fr, http2summarizeFrame(f))
3058 func http2summarizeFrame(f http2Frame) string { func
5342 sc.vlogf("http2: server read frame %v", http2summarizeFrame(f))
9516 cc.vlogf("http2: Transport received %s", http2summarizeFrame(f))
9548 …2: Transport conn %p received error from processing frame %v: %v", cc, http2summarizeFrame(f), err)