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