commit | 9830553748a2a4a1930361b41a1076dbaa6d9f4a | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed Aug 01 17:41:26 2012 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Wed Aug 01 17:41:26 2012 -0700 |
tree | c98e7b66c28c1cef5648b917b1a2311de9e61acc | |
parent | 2bc7f5cb3af981d673b44ce9a1ff5a272535def6 [diff] |
Fix percent done on resumed /clone.bundle The Content-Length when resuming is the number of bytes that remain in the file. To compute the total size as expected by the progress meter, we must add the bytes already stored. While we are in this method fix uses of % operator to ensure a tuple is always supplied. Change-Id: Ic899231b5bc0ab43b3ddb1d29845f6390e820115