mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
make initial connection using connection validator work
This commit is contained in:
committed by
Christian Schabesberger
parent
ddb15a33f1
commit
8d09a5c242
+1
-1
@@ -120,6 +120,7 @@ public class OwnCloudClient extends HttpClient {
|
||||
|
||||
boolean retry = false;
|
||||
do {
|
||||
retry = false;
|
||||
String requestId = RandomUtils.generateRandomUUID();
|
||||
|
||||
// Header to allow tracing requests in apache and ownCloud logs
|
||||
@@ -151,7 +152,6 @@ public class OwnCloudClient extends HttpClient {
|
||||
|
||||
*/
|
||||
} while (retry);
|
||||
// } while (retry);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user