golang.org/x/net/http2.ClientConn.logf (method)
6 uses
golang.org/x/net/http2 (current package)
transport.go#L1844: cc.logf("protocol error: received %T before a SETTINGS frame", f)
transport.go#L1874: cc.logf("Transport: unhandled response frame type %T", f)
transport.go#L2205: cc.logf("http2: Transport received unsolicited DATA frame; closing connection")
transport.go#L2227: cc.logf("protocol error: received DATA before a HEADERS frame")
transport.go#L2236: cc.logf("protocol error: received DATA on a HEAD request")
transport.go#L2522: func (cc *ClientConn) logf(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. |