NSMutableURLRequest “The request timed out” issue . .
问题 I am trying to download data in my application by using the following code NSURL *url = [NSURL URLWithString:@"my download url string"]; NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:url cachePolicy:NSURLRequestReloadIgnoringCacheData timeoutInterval:60.f]; NSURLConnection * connection = [NSURLConnection connectionWithRequest:request delegate:self]; [connection start]; but the problem is some times i am getting the following error Error Domain=NSURLErrorDomain Code=-1001