We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5188d6 commit 2659e7dCopy full SHA for 2659e7d
Parse/src/main/java/com/parse/ParseHttpClient.java
@@ -61,10 +61,6 @@ static void setKeepAlive(boolean isKeepAlive) {
61
builder = new OkHttpClient.Builder();
62
}
63
64
- // Don't handle redirects. We copy the setting from AndroidHttpClient.
65
- // For detail, check https://quip.com/Px8jAxnaun2r
66
- builder.followRedirects(false);
67
-
68
okHttpClient = builder.build();
69
70
0 commit comments