Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 781f958

Browse files
committed
Do not log chunk request body
1 parent db97ed7 commit 781f958

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

owncloudComLibrary/src/main/java/com/owncloud/android/lib/common/network/FileRequestBody.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ public FileRequestBody(File file, MediaType contentType) {
5353
mContentType = contentType;
5454
}
5555

56+
@Override
57+
public boolean isOneShot() {
58+
return true;
59+
}
60+
5661
@Override
5762
public MediaType contentType() {
5863
return mContentType;

0 commit comments

Comments
 (0)