Re: NSURLConnection timing out without delegate getting connection:didFailWithError: callback
Re: NSURLConnection timing out without delegate getting connection:didFailWithError: callback
- Subject: Re: NSURLConnection timing out without delegate getting connection:didFailWithError: callback
- From: Jerry Krinock <email@hidden>
- Date: Sat, 11 Mar 2006 15:37:15 -0800
- Thread-topic: NSURLConnection timing out without delegate getting connection:didFailWithError: callback
on 06/03/11 12:38, Glenn Zelniker at email@hidden wrote:
> 1. If NSURLConnection times out, should the connection be sending the
> delegate a connection:didFailWithError: message? I would assume this
> is the appropriate behavior and that's what the NSURLErrorTimedOut
> error code is for.
Upon timeout, my delegate always gets a connection:didFailWithError:error
message with [error code] = -1003. However, I am processing http GET, not
POST.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden