Skip to content

Commit 2659e7d

Browse files
Jawnnypoorogerhu
authored andcommitted
Allow redirects (#641)
1 parent f5188d6 commit 2659e7d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Parse/src/main/java/com/parse/ParseHttpClient.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ static void setKeepAlive(boolean isKeepAlive) {
6161
builder = new OkHttpClient.Builder();
6262
}
6363

64-
// Don't handle redirects. We copy the setting from AndroidHttpClient.
65-
// For detail, check https://quip.com/Px8jAxnaun2r
66-
builder.followRedirects(false);
67-
6864
okHttpClient = builder.build();
6965
}
7066

0 commit comments

Comments
 (0)