> @@ -192,6 +193,17 @@ protected HttpURLConnection convert(HttpRequest request)
> throws IOException, Int
> return connection;
> }
>
> + /** Uses {@link HttpURLConnection#setFixedLengthStreamingMode(long)} if
> possible or throws if not. */
> + private void setFixedLengthStreamingMode(HttpURLConnection connection,
> long length) {[minor] Can be static? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/585/files#r19376440
