Skip to content

Commit 49ea600

Browse files
author
Stephane Landelle
committed
Enable RFC6265 cookies by default, first step for AsyncHttpClient#453
1 parent 23f4e95 commit 49ea600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/asynchttpclient/AsyncHttpClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ public static class Builder {
632632
private boolean spdyEnabled;
633633
private int spdyInitialWindowSize = 10 * 1024 * 1024;
634634
private int spdyMaxConcurrentStreams = 100;
635-
private boolean rfc6265CookieEncoding;
635+
private boolean rfc6265CookieEncoding = true;
636636
private boolean asyncConnectMode;
637637

638638
public Builder() {

0 commit comments

Comments
 (0)