net/http.http2ClientConn.logf (method)

6 uses

	net/http (current package)
		h2_bundle.go#L8347: 				cc.logf("protocol error: received %T before a SETTINGS frame", f)
		h2_bundle.go#L8377: 			cc.logf("Transport: unhandled response frame type %T", f)
		h2_bundle.go#L8708: 			cc.logf("http2: Transport received unsolicited DATA frame; closing connection")
		h2_bundle.go#L8730: 		cc.logf("protocol error: received DATA before a HEADERS frame")
		h2_bundle.go#L8739: 			cc.logf("protocol error: received DATA on a HEAD request")
		h2_bundle.go#L9025: func (cc *http2ClientConn) logf(format string, args ...interface{}) {