Closed
Description
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
.