(httpMethod.getStatusCode() == 304 ||
httpMethod.getStatusCode() == 412) &&
cached_response != null) return cached_response;
ClientResponse response = new CommonsResponse(abdera,httpMethod);
response = options.getUseLocalCache() ?
response = cache.update(uri, options, response, cached_response) :
response;
return checkRequestException(response,options);
}
} catch (RuntimeException r) {
throw r;