Skip to content

Commit

Permalink
[playframework#25] Don't set global followRedirect, it's already set …
Browse files Browse the repository at this point in the history
…per-request
  • Loading branch information
erwan committed Dec 13, 2010
1 parent 51c63e3 commit 7c61f7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/src/play/libs/ws/WSAsync.java
Expand Up @@ -84,7 +84,6 @@ public WSAsync() {
if (userAgent != null) {
confBuilder.setUserAgent(userAgent);
}
confBuilder.setFollowRedirects(true);
httpClient = new AsyncHttpClient(confBuilder.build());
}

Expand Down

0 comments on commit 7c61f7b

Please sign in to comment.