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