async-http-client
async-http-client copied to clipboard
Wait connection on MaxConnections reached
Right now when we reach max connections we just throw an Exception, it would be great if we could make AsyncHttpClient wait a configurable amount of time for a connection to become available, otherwise throw an exception.
Netty's FixedChannelPool implements this.
Contributions welcome :)
Implemented in #1586