Home
last modified time | relevance | path

Searched refs:connPoolOrDef (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dtransport.go103 connPoolOrDef ClientConnPool // non-nil version of ConnPool member
132 return t.connPoolOrDef
137 t.connPoolOrDef = t.ConnPool
139 t.connPoolOrDef = &clientConnPool{t: t}