Re: NSURLDownload - multiple requests not working
Re: NSURLDownload - multiple requests not working
- Subject: Re: NSURLDownload - multiple requests not working
- From: Dalton Hamilton <email@hidden>
- Date: Mon, 20 Aug 2007 07:45:12 -0400
I had tried to send a this question to the list but received an error saying the email was too large. I then cut the message down a few times trying to get to the size limit and finally made the email small enough. However, now it appears that somehow all the emails (that were too big) were permitted/sent to the list anyway.
Sorry for the multiple emails regarding this topic.
This is now mostly working. This particular bug was that the NSURLRequest should have been something like this -- I forgot to convert the URL string to an NSURL...
NSURLRequest *newRequest=[NSURLRequest requestWithURL:[NSURL URLWithString:uri] cachePolicy:NSURLRequestUseProtocolCachePolicy timeoutInterval:10.0];
Dalton Hamilton |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden