How can I cancel an asynchronous call through NSURLConnection sendAsynchronousRequest?

It doesn’t appear that there is a good way to do this. The solution seems to be to not use the new [NSURLConnection sendAsynchronousRequest] in situations in which you need to cancel the request.

Leave a Comment