Re: NSURLConnection crash
Re: NSURLConnection crash
- Subject: Re: NSURLConnection crash
- From: Andreas Mayer <email@hidden>
- Date: Sun, 12 Sep 2004 21:54:24 +0200
Am 11.09.2004 um 16:16 Uhr schrieb Andreas Mayer:
I'm trying to use NSURLConnection to load data from the web.
[self setRequest:[NSURLRequest requestWithURL:url]];
if ([self request]) {
[self setConnection:[NSURLConnection connectionWithRequest:[self
request] delegate:self]];
}
This usually works fine. But in case of a redirection it crashes:
[...]
Any idea what's wrong?
OK. I'll ask something easier.
Is anyone actually using NSURLRequest/NSURLConnection?
Are there maybe some samples anywhere?
Andreas
_______________________________________________
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