Lines Matching full:resc
1156 resc := make(chan responseAndError, 1)1157 pc.reqch <- requestAndChan{req.Request, resc, requestedGzip}1172 case re = <-resc:1201 case re = <-resc:1216 case re = <-resc: