You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since d4f1e58 ,I cannot disable CookieStore by new DefaultAsyncHttpClientConfig.Builder() .setCookieStore(null) ... .build(). There are many usecases where we do not want ahc to handle Cookies.
I am wondering if there should be a more official way of disabling cookie or at least adding a null check here
since d4f1e58 ,I cannot disable CookieStore by
new DefaultAsyncHttpClientConfig.Builder() .setCookieStore(null) ... .build()
. There are many usecases where we do not want ahc to handle Cookies.I am wondering if there should be a more official way of disabling cookie or at least adding a
null
check hereasync-http-client/client/src/main/java/org/asynchttpclient/DefaultAsyncHttpClient.java
Line 96 in 45b4561
The text was updated successfully, but these errors were encountered: