Skip to content

Document maxConnectionsPerHost is actually max-connections-per-url #772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
stepancheg opened this issue Dec 6, 2014 · 0 comments
Closed
Assignees
Milestone

Comments

@stepancheg
Copy link
Contributor

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.

@slandelle slandelle self-assigned this Dec 8, 2014
@slandelle slandelle added this to the 1.9.1 milestone Dec 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants