Searched defs:addConnCall (Results 1 – 1 of 1) sorted by relevance
156 type addConnCall struct { struct157 p *clientConnPool158 done chan struct{} // closed when done159 err error162 func (c *addConnCall) run(t *Transport, key string, tc *tls.Conn) {