Loading app/src/main/java/com/nextcloud/android/sso/InputStreamBinder.java +2 −2 Original line number Diff line number Diff line Loading @@ -360,7 +360,7 @@ public class InputStreamBinder extends IInputStreamService.Stub { } } client.setFollowRedirects(request.isFollowRedirects()); client.setFollowRedirects(true); int status = client.executeMethod(method); // Check if status code is 2xx --> https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#2xx_Success Loading Loading @@ -428,7 +428,7 @@ public class InputStreamBinder extends IInputStreamService.Stub { } } client.setFollowRedirects(request.isFollowRedirects()); client.setFollowRedirects(true); int status = client.executeMethod(method); // Check if status code is 2xx --> https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#2xx_Success Loading Loading
app/src/main/java/com/nextcloud/android/sso/InputStreamBinder.java +2 −2 Original line number Diff line number Diff line Loading @@ -360,7 +360,7 @@ public class InputStreamBinder extends IInputStreamService.Stub { } } client.setFollowRedirects(request.isFollowRedirects()); client.setFollowRedirects(true); int status = client.executeMethod(method); // Check if status code is 2xx --> https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#2xx_Success Loading Loading @@ -428,7 +428,7 @@ public class InputStreamBinder extends IInputStreamService.Stub { } } client.setFollowRedirects(request.isFollowRedirects()); client.setFollowRedirects(true); int status = client.executeMethod(method); // Check if status code is 2xx --> https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#2xx_Success Loading