in EMASCurl/EMASCurlProtocol.m [826:828]
BOOL isInformationalStatusCode(NSInteger statusCode) { return statusCode >= 100 && statusCode < 200; }