// If we haven't got a CFHTTPAuthenticationRef by now, something is badly wrong, so we'll have to give up
if(!proxyAuthentication){
[selfcancelLoad];
[selffailWithError:[NSErrorerrorWithDomain:NetworkRequestErrorDomaincode:ASIInternalErrorWhileApplyingCredentialsTypeuserInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"Failed to get authentication object from response headers",NSLocalizedDescriptionKey,nil]]];
[selffailWithError:[NSErrorerrorWithDomain:NetworkRequestErrorDomaincode:ASIInternalErrorWhileApplyingCredentialsTypeuserInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"Failed to apply proxy credentials to request",NSLocalizedDescriptionKey,nil]]];
[selffailWithError:[NSErrorerrorWithDomain:NetworkRequestErrorDomaincode:ASIInternalErrorWhileApplyingCredentialsTypeuserInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"Failed to get authentication object from response headers",NSLocalizedDescriptionKey,nil]]];