Quick question: On the method
- (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data
from the NSURLConnectionDataDelegate, if I dont append the data given by the method on my NSData, will it be lost? or does the connection save it somewhere as well?