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
@jfarcand Mind if I break NettyAsyncHttpProviderConfig in master/A.8 and make it a proper POJO instead of a non type safe wrapper on top of Map<String, Object>?
Grizzly provider use a enum, no sure if it's worth breaking it to make it consistent.
By the way, I passed the properties to all bootstraps in configureNetty.
At the following line
https://github.com/AsyncHttpClient/async-http-client/blob/master/providers/netty/src/main/java/com/ning/http/client/providers/netty/NettyAsyncHttpProvider.java#L191
The provider should check if the value is
true
orfalse
, not if the value is present.The text was updated successfully, but these errors were encountered: