golang.org/x/net/http2.Transport.vlogf (method)
5 uses
golang.org/x/net/http2 (current package)
transport.go#L473: t.vlogf("http2: Transport failed to get client conn for %s: %v", addr, err)
transport.go#L496: t.vlogf("RoundTrip failure: %v", err)
transport.go#L660: t.vlogf("http2: Transport creating client conn %p to %v", cc, c.RemoteAddr())
transport.go#L2527: cc.t.vlogf(format, args...)
transport.go#L2530: func (t *Transport) 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. |