golang.org/x/net/http2.serverConn.vlogf (method)
14 uses
golang.org/x/net/http2 (current package)
server.go#L485: sc.vlogf("http2: server rejecting conn: %v, %s", err, debug)
server.go#L638: func (sc *serverConn) vlogf(format string, args ...interface{}) {
server.go#L702: sc.vlogf(format, args...)
server.go#L816: sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
server.go#L889: sc.vlogf("connection is idle")
server.go#L892: sc.vlogf("GOAWAY close timer fired; closing conn from %v", sc.conn.RemoteAddr())
server.go#L910: sc.vlogf("http2: too many control frames in send queue, closing connection")
server.go#L981: sc.vlogf("http2: server: client %v said hello", sc.conn.RemoteAddr())
server.go#L1368: sc.vlogf("http2: server read frame %v", summarizeFrame(f))
server.go#L1389: sc.vlogf("http2: server closing client connection; error reading frame from client %s: %v", sc.conn.RemoteAddr(), err)
server.go#L1430: sc.vlogf("http2: server ignoring frame: %v", f.Header())
server.go#L1577: sc.vlogf("http2: server processing setting %v", s)
server.go#L1598: sc.vlogf("http2: server ignoring unknown setting %v", s)
server.go#L1740: sc.vlogf("http2: received GOAWAY %+v, starting graceful shutdown", f)
 |
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. |