fer626 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

MediaHttpUploader is unable to recover from server errors when the input stream does not support mark() #473

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

* We should do a better job of javadoc'ing that backoff will not work when the 
input stream does not support mark().
* Backoff should be turned off when isMarkSupported() is false.
* We should log a warning msg saying Backoff is turned off.

Original issue reported on code.google.com by rmis...@google.com on 30 Apr 2012 at 11:50

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/6132050/

Original comment by rmis...@google.com on 30 Apr 2012 at 1:45

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 1 May 2012 at 9:27