Skip to content

Commit e14f214

Browse files
author
Mohamed Bilal
committed
Upload large files fix
1 parent 0cfa1d6 commit e14f214

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)