golang.org/x/net/http2.ClientConn.vlogf (method)
7 uses
golang.org/x/net/http2 (current package)
transport.go#L828: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, nextID-2)
transport.go#L1824: cc.vlogf("http2: Transport readFrame error on conn %p: (%T) %v", cc, err, err)
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)
transport.go#L2328: cc.vlogf("transport got GOAWAY with error code = %v", f.ErrCode)
transport.go#L2376: cc.vlogf("Unhandled Setting: %v", s)
transport.go#L2526: func (cc *ClientConn) vlogf(format string, args ...interface{}) {
 |
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. |