ning / async-http-client

Asynchronous Http Client for Java
135 stars 50 forks source link

Connection Pool must be configurable #29

Closed jfarcand closed 14 years ago

jfarcand commented 14 years ago

The current support for connection pool is hardcoded inside the Netty Provider. We should define an API and make that mechanism pluggable.

Target: 1.2.0

jfarcand commented 14 years ago

See: http://github.com/AsyncHttpClient/async-http-client/issues/issue/40