Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go837 type http2dialCall struct { struct
838 _ http2incomparable
839 p *http2clientConnPool
842 ctx context.Context
843 done chan struct{} // closed when done
844 res *http2ClientConn // valid after done is closed
845 err error // valid after done is closed
864 func (c *http2dialCall) dial(ctx context.Context, addr string) {
1017 func http2shouldRetryDial(call *http2dialCall, req *Request) bool {