start requests immediately

This commit is contained in:
Sami Samhuri 2011-12-19 17:10:29 -05:00
parent 637258880a
commit 8bcc03c752

View file

@ -89,6 +89,7 @@
}
self.connection = [NSURLConnection connectionWithRequest: self.request delegate: self];
[self.connection start];
}
#pragma mark - NSURLConnection delegate methods