mirror of
https://github.com/samsonjs/Marshmallows.git
synced 2026-04-27 15:07:42 +00:00
start requests immediately
This commit is contained in:
parent
637258880a
commit
8bcc03c752
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
self.connection = [NSURLConnection connectionWithRequest: self.request delegate: self];
|
self.connection = [NSURLConnection connectionWithRequest: self.request delegate: self];
|
||||||
|
[self.connection start];
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma mark - NSURLConnection delegate methods
|
#pragma mark - NSURLConnection delegate methods
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue