net/http.http2Transport.ConnPool (field)

5 uses

	net/http (current package)
		h2_bundle.go#L743: 	if _, ok := p.t.ConnPool.(http2noDialClientConnPool); !ok {
		h2_bundle.go#L6578: 	ConnPool http2ClientConnPool
		h2_bundle.go#L6676: 		ConnPool: http2noDialClientConnPool{connPool},
		h2_bundle.go#L6722: 	if t.ConnPool != nil {
		h2_bundle.go#L6723: 		t.connPoolOrDef = t.ConnPool