Home
last modified time | relevance | path

Searched defs:http2clientConnPool (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Domithttp2.go40 http2clientConnPool http2clientConnPool member
43 type http2clientConnPool struct { struct
44 mu *sync.Mutex
45 conns map[string][]*http2clientConn
Dh2_bundle.go767 type http2clientConnPool struct { struct
768 t *http2Transport member
770 mu sync.Mutex // TODO: maybe switch to RWMutex
773 conns map[string][]*http2ClientConn // key is host:port
774 dialing map[string]*http2dialCall // currently in-flight dials
775 keys map[*http2ClientConn][]string
776 addConnCalls map[string]*http2addConnCall // in-flight addConnIfNeeded calls
779 func (p *http2clientConnPool) GetClientConn(req *Request, addr string) (*http2ClientConn, error) {
788 …ientConnPool) getClientConn(req *Request, addr string, dialOnMiss bool) (*http2ClientConn, error) {
849 func (p *http2clientConnPool) getStartDialLocked(ctx context.Context, addr string) *http2dialCall {
[all …]