From 8bcc03c752028db5d55dbd41e07b4239523a6b08 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 19 Dec 2011 17:10:29 -0500 Subject: [PATCH] start requests immediately --- Marshmallows/MMHTTPRequest.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Marshmallows/MMHTTPRequest.m b/Marshmallows/MMHTTPRequest.m index 6072449..b4e32d2 100644 --- a/Marshmallows/MMHTTPRequest.m +++ b/Marshmallows/MMHTTPRequest.m @@ -89,6 +89,7 @@ } self.connection = [NSURLConnection connectionWithRequest: self.request delegate: self]; + [self.connection start]; } #pragma mark - NSURLConnection delegate methods