I see the same problem on iOS 8 ONLY. This does not happen on any version of iOS 7. On its simulator 132kb, on its device 144kb.
, :
https://github.com/AFNetworking/AFNetworking/issues/2314
http, nsurlsession . , keep-alive, google.com, kb. , keep-alive, .
NSString * url = [NSString stringWithFormat:@"%@%.20f", @"http://someplace.com/?test=", (double)[[NSDate date] timeIntervalSince1970];
NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:url]];
[request setHTTPMethod:@"GET"];
[[[NSURLSession sharedSession] dataTaskWithRequest:request completionHandler:nil] resume];
