Re: Handle errors within NSURLConnection

2008-07-27 Thread Michael Ash
On Sun, Jul 27, 2008 at 8:03 PM, Dennis Davydenko <[EMAIL PROTECTED]> wrote: >> >> Hi guys! >> >> I'm kinda new to Cocoa framework. I'm trying to create an application that >> will send requests to my web server. Everything is cool, except error >> handling. I would assume that any error while requ

Handle errors within NSURLConnection

2008-07-27 Thread Dennis Davydenko
Hi guys! I'm kinda new to Cocoa framework. I'm trying to create an application that will send requests to my web server. Everything is cool, except error handling. I would assume that any error while request is being sent should trigger didFailWithError, but it seems it is not what happe