Searched refs:clientConnPool (Results 1 – 3 of 3) sorted by relevance
29 _ clientConnPoolIdleCloser = (*clientConnPool)(nil)34 type clientConnPool struct { struct46 func (p *clientConnPool) GetClientConn(req *http.Request, addr string) (*ClientConn, error) { argument55 func (p *clientConnPool) getClientConn(req *http.Request, addr string, dialOnMiss bool) (*ClientCon… argument84 p *clientConnPool91 func (p *clientConnPool) getStartDialLocked(addr string) *dialCall { argument127 func (p *clientConnPool) addConnIfNeeded(key string, t *Transport, c *tls.Conn) (used bool, err err… argument157 p *clientConnPool177 func (p *clientConnPool) addConn(key string, cc *ClientConn) { argument184 func (p *clientConnPool) addConnLocked(key string, cc *ClientConn) { argument[all …]
16 connPool := new(clientConnPool)
139 t.connPoolOrDef = &clientConnPool{t: t}