Home | History | Annotate | Download | only in http

Lines Matching full:errc

654 		errc := make(chan error, 2)
658 errc <- tlsHandshakeTimeoutError{}
666 errc <- err
668 if err := <-errc; err != nil {