AsyncHttpClient / async-http-client

Asynchronous Http and WebSocket Client library for Java
Other
6.28k stars 1.59k forks source link

Re-implement reaper logic in top of HashedWheelTimer #445

Closed slandelle closed 10 years ago

slandelle commented 10 years ago

Problem with current implementation is that reaper period is fixed and equals to min(requestTimeOut, idleConnectionTimeOut). As a consequence, we can have requests timing out long after due time.

slandelle commented 10 years ago

Implementation for #276 and #457