Domain=NSURLErrorDomain Code=-1021 “request body stream exhausted”
问题 I am getting the NSURLErrorDomain Code=-1021 "request body stream exhausted" NSLocalizedDescription=request body stream exhausted, NSUnderlyingError=0x2088c080 "request body stream exhausted"} This error is generated when uploading multiple big size images I am using AFNetworking and tried to search for a fix online, but didn't succeed NSDictionary *clientUniqueId = [NSDictionary dictionaryWithObject:NSLocalizedString(uniqueDrId, nil) forKey:@"clientUniqueId"]; NSMutableURLRequest *request =