Searched refs:isClosedConnError (Results 1 – 1 of 1) sorted by relevance
621 func isClosedConnError(err error) bool { func656 …if err == io.EOF || err == io.ErrUnexpectedEOF || isClosedConnError(err) || err == errPrefaceTimeo…1288 clientGone := err == io.EOF || err == io.ErrUnexpectedEOF || isClosedConnError(err)