Skip to content

Commit

Permalink
start requests immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonjs committed Dec 19, 2011
1 parent 6372588 commit 8bcc03c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marshmallows/MMHTTPRequest.m
Expand Up @@ -89,6 +89,7 @@ - (void) _start
}

self.connection = [NSURLConnection connectionWithRequest: self.request delegate: self];
[self.connection start];
}

#pragma mark - NSURLConnection delegate methods
Expand Down

0 comments on commit 8bcc03c

Please sign in to comment.