net/http/httptrace.GotConnInfo.WasIdle (field)
6 uses
net/http/httptrace (current package)
trace.go#L250: WasIdle bool
net/http
h2_bundle.go#L10910: ci.WasIdle = len(cc.streams) == 0 && reused
h2_bundle.go#L10911: if ci.WasIdle && !cc.lastActive.IsZero() {
transport.go#L1530: info.WasIdle = true
golang.org/x/net/http2
transport.go#L3268: ci.WasIdle = len(cc.streams) == 0 && reused
transport.go#L3269: if ci.WasIdle && !cc.lastActive.IsZero() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)