Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6eeb5215 authored by desperateCoder's avatar desperateCoder
Browse files

make input stream transient

parent cbb1a309
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -42,7 +42,7 @@ public class NextcloudRequest implements Serializable {
    private String token;
    private String token;
    private String packageName;
    private String packageName;
    private String accountName;
    private String accountName;
    private InputStream bodyAsStream = null;
    private transient InputStream bodyAsStream = null;
    private boolean followRedirects;
    private boolean followRedirects;


    private NextcloudRequest() { }
    private NextcloudRequest() { }