asihttprequest
ASIHTTPRequestErrorDomain Code=4 “The request was cancelled”
I got "Error Domain=ASIHTTPRequestErrorDomain Code=4 \"The request was cancelled\" exception. but I do not cancel the request. How could it be?
By default, if a request running in a queue fails, all other requests in the queue will be cancelled. You can disable this with: [queue setShouldCancelAllRequestsOnFailure:NO];
Related Links
Downloading data using ASIHttpRequest
ASINetworkQueue without setting DownloadDestinationPath
I am using ASIHTTPREquest I am geeting some issue in MAc OSx xcode 3.1
What to do now that asihttprequest's owner stopped working on the project?
ASIHttPRequest didReceiveData- how to populate responseData, responseString?
RestKit with ASIHTTPRequest
ASIHTTPRequest backed RestKit object mapping
ASIHTTPRequest begins but never ends
MBProgressHUD with ASIHTTPRequest
ASIHTTPRequest and ASINetworkQueue and JSON Parsing
iOS 5 Hanging on ASIHTTPRequests
ASIHTTPRequest authentication needed when not on WiFi, with credentials given
Get return value within an ASIBasicBlock
ASIHTTPRequest setDownloadDestinationPath crashing
ASIHTTPRequestErrorDomain Code=4 “The request was cancelled”
ASIHttpRequest send a weired status code of zero. Not reaching the server