Re: NSURLConnection connectionDidFailWithError: hides server response
Re: NSURLConnection connectionDidFailWithError: hides server response
- Subject: Re: NSURLConnection connectionDidFailWithError: hides server response
- From: Jerry Krinock <email@hidden>
- Date: Wed, 05 Oct 2005 17:14:59 -0700
- Thread-topic: NSURLConnection connectionDidFailWithError: hides server response
on 05/10/05 14:46, John Fox at email@hidden wrote:
> - (void)connection:(NSURLConnection *)connection didReceiveResponse:
> (NSURLResponse *)response
>
> This method never gets called. The only method that gets invoked is
> the connectionDidFailWithError:
Try this delegate method too:
-(NSURLRequest *)connection:(NSURLConnection *)aConnection
willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse
*)redirectResponse
It sees a lot of action in my app.
_______________________________________________
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