I want to do two async request from two different kml file, so I setup two requests first:
NSString *server1URL = [NSString stringWithFormat:...]; NSMutableURLRe
How about assigning tags to each connection and checking the tags via an if/else or switch in the connectionDidFinishLoading?