net/http.http2serverConn.vlogf (method)
14 uses
net/http (current package)
h2_bundle.go#L4051: sc.vlogf("http2: server rejecting conn: %v, %s", err, debug)
h2_bundle.go#L4207: func (sc *http2serverConn) vlogf(format string, args ...interface{}) {
h2_bundle.go#L4271: sc.vlogf(format, args...)
h2_bundle.go#L4385: sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
h2_bundle.go#L4458: sc.vlogf("connection is idle")
h2_bundle.go#L4461: sc.vlogf("GOAWAY close timer fired; closing conn from %v", sc.conn.RemoteAddr())
h2_bundle.go#L4479: sc.vlogf("http2: too many control frames in send queue, closing connection")
h2_bundle.go#L4552: sc.vlogf("http2: server: client %v said hello", sc.conn.RemoteAddr())
h2_bundle.go#L4937: sc.vlogf("http2: server read frame %v", http2summarizeFrame(f))
h2_bundle.go#L4958: sc.vlogf("http2: server closing client connection; error reading frame from client %s: %v", sc.conn.RemoteAddr(), err)
h2_bundle.go#L4999: sc.vlogf("http2: server ignoring frame: %v", f.Header())
h2_bundle.go#L5146: sc.vlogf("http2: server processing setting %v", s)
h2_bundle.go#L5167: sc.vlogf("http2: server ignoring unknown setting %v", s)
h2_bundle.go#L5295: 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. |