Skip to content

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

Closed
@stepancheg

Description

@stepancheg

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions