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
setMaxConnectionsPerHost says that it sets "the maximum number of connections per hosts".
So it sounds like it limits max connections per hostname or per IP, but it is actually max connections per (scheme, host, port), as far as I understood looking at com.ning.http.client.providers.netty.channel.ChannelManager.freeChannelsPerHost.
The text was updated successfully, but these errors were encountered:
setMaxConnectionsPerHost
says that it sets "the maximum number of connections per hosts".So it sounds like it limits max connections per hostname or per IP, but it is actually max connections per
(scheme, host, port)
, as far as I understood looking atcom.ning.http.client.providers.netty.channel.ChannelManager.freeChannelsPerHost
.The text was updated successfully, but these errors were encountered: