in EMASCurl/EMASCurlProtocol.m [830:832]
BOOL isConnectEstablishedStatusCode(NSInteger statusCode, NSString *reasonPhrase) { return statusCode == 200 && [reasonPhrase caseInsensitiveCompare:@"connection established"] == NSOrderedSame; }