mirror of
https://github.com/samsonjs/Marshmallows.git
synced 2026-03-25 09:05:52 +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 start];
|
||||
}
|
||||
|
||||
#pragma mark - NSURLConnection delegate methods
|
||||
|
|
|
|||
Loading…
Reference in a new issue