golang.org/x/net/http2.serverConn.logf (method)
9 uses
golang.org/x/net/http2 (current package)
server.go#L640: sc.logf(format, args...)
server.go#L644: func (sc *serverConn) logf(format string, args ...interface{}) {
server.go#L704: sc.logf(format, args...)
server.go#L886: sc.logf("timeout waiting for SETTINGS frames from %v", sc.conn.RemoteAddr())
server.go#L1384: sc.logf("http2: server connection error from %v: %v", sc.conn.RemoteAddr(), ev)
server.go#L1391: sc.logf("http2: server closing client connection: %v", err)
server.go#L1738: sc.logf("http2: received GOAWAY %+v, starting graceful shutdown", f)
server.go#L2162: sc.logf("http2: panic serving %v: %v\n%s", sc.conn.RemoteAddr(), e, buf)
server.go#L2402: rws.conn.logf("ignoring invalid trailer %q", k)
 |
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. |