return failed(CallFailure.timeout(_server, startTime, startTime));
}
InputStream in = null;
try {
JdkHttpClientPathBuilder path = _server.rootPath();
path = _pathFinder.appendStoreEntryInfoPath(path);
path = _keyConverter.appendToPath(path, contentId);
URL url = path.asURL();
conn = (HttpURLConnection) url.openConnection();
int statusCode = sendRequest("GET", conn, path, timeoutMsecs);
handleHeaders(_server, conn, startTime);