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 23f4e95 commit 49ea600Copy full SHA for 49ea600
api/src/main/java/org/asynchttpclient/AsyncHttpClientConfig.java
@@ -632,7 +632,7 @@ public static class Builder {
632
private boolean spdyEnabled;
633
private int spdyInitialWindowSize = 10 * 1024 * 1024;
634
private int spdyMaxConcurrentStreams = 100;
635
- private boolean rfc6265CookieEncoding;
+ private boolean rfc6265CookieEncoding = true;
636
private boolean asyncConnectMode;
637
638
public Builder() {
0 commit comments