ajmal744 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Bug on resumable upload #360

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the media size is unknown.
We should check the 3 different possibilities:

1. Server reads all bytes, but somehow the client gets 503
2. Server reads part of the bytes, and client gets 503
3. Server doesn't read any bytes, and the client gets 503

Original issue reported on code.google.com by pele...@google.com on 23 Jul 2013 at 9:45

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/11347044/

Original comment by pele...@google.com on 23 Jul 2013 at 10:01

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 9 Aug 2013 at 1:05