Searched defs:http2dialCall (Results 1 – 1 of 1) sorted by relevance
837 type http2dialCall struct { struct838 _ http2incomparable839 p *http2clientConnPool842 ctx context.Context843 done chan struct{} // closed when done844 res *http2ClientConn // valid after done is closed845 err error // valid after done is closed864 func (c *http2dialCall) dial(ctx context.Context, addr string) {1017 func http2shouldRetryDial(call *http2dialCall, req *Request) bool {