Skip to content

Commit 8dcf5a8

Browse files
authored
Merge pull request #279 from microsoftgraph/mobilal/versionupdate
Upload large files fix
2 parents b247a3a + e14f214 commit 8dcf5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/graph/concurrency/ChunkedUploadProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class ChunkedUploadProvider<UploadType> {
9292
/**
9393
* The counter for how many bytes have been read from input stream
9494
*/
95-
private int readSoFar;
95+
private long readSoFar;
9696

9797
/**
9898
* Creates the ChunkedUploadProvider

0 commit comments

Comments
 (0)