> @@ -100,7 +100,7 @@ protected HttpResponse invoke(HttpURLConnection
> connection) throws IOException,
> HttpResponse.Builder<?> builder = HttpResponse.builder();
> InputStream in = null;
> try {
> - in = consumeOnClose(connection.getInputStream());
> + in = connection.getInputStream();> Sorry, I don't know. /cc @adriancole Ping..? ;-) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/435/files#r14693544
