Support ResumableUpload with stream which its size is unknown
When uploading stream with known size each request content-range header is as
following "bytes from-to/size", e.g.
Content-Range: bytes 0-524287/2000000
When uploading stream with unknown size each request content-range header is as
following "bytes from-to/*", e.g.
Content-Range: bytes 0-524287/*
and only the last range header contains the size, e.g.
Content-Range: bytes 18000000-1999999/2000000
Original issue reported on code.google.com by pele...@google.com on 10 Apr 2013 at 10:09
Original issue reported on code.google.com by
pele...@google.com
on 10 Apr 2013 at 10:09