1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Do not log chunk request body

This commit is contained in:
Abel García de Prada 2020-10-23 11:38:40 +02:00
parent db97ed7fb3
commit 781f958c93

View File

@ -53,6 +53,11 @@ public class FileRequestBody extends RequestBody implements ProgressiveDataTrans
mContentType = contentType;
}
@Override
public boolean isOneShot() {
return true;
}
@Override
public MediaType contentType() {
return mContentType;