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

Commit 8d09a5c

Browse files
committed
make initial connection using connection validator work
1 parent ddb15a3 commit 8d09a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owncloudComLibrary/src/main/java/com/owncloud/android/lib/common/OwnCloudClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ private int saveExecuteHttpMethod(HttpBaseMethod method) throws Exception {
120120

121121
boolean retry = false;
122122
do {
123+
retry = false;
123124
String requestId = RandomUtils.generateRandomUUID();
124125

125126
// Header to allow tracing requests in apache and ownCloud logs
@@ -151,7 +152,6 @@ private int saveExecuteHttpMethod(HttpBaseMethod method) throws Exception {
151152
152153
*/
153154
} while (retry);
154-
// } while (retry);
155155

156156
return status;
157157
}

0 commit comments

Comments
 (0)