> @@ -280,7 +280,6 @@ protected void writeNothing(HttpURLConnection connection) 
> {
>           // HttpUrlConnection strips Content-Length: 0 without 
> setDoOutput(true)
>           String method = connection.getRequestMethod();
>           if ("POST".equals(method) || "PUT".equals(method)) {
> -            connection.setFixedLengthStreamingMode(0);

ps. shot in the dark, but isn't this the method that was later overloaded with 
a long parameter? wonder if that has anything to do with it.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/502/files#r18262451

Reply via email to