net/http/httptrace.GotConnInfo.WasIdle (field)
6 uses
net/http/httptrace (current package)
trace.go#L250: WasIdle bool
net/http
h2_bundle.go#L9707: ci.WasIdle = len(cc.streams) == 0 && reused
h2_bundle.go#L9708: if ci.WasIdle && !cc.lastActive.IsZero() {
transport.go#L1966: t.WasIdle = true
golang.org/x/net/http2
transport.go#L3115: ci.WasIdle = len(cc.streams) == 0 && reused
transport.go#L3116: if ci.WasIdle && !cc.lastActive.IsZero() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)