Daniel Kulp created HTTPASYNC-28:
------------------------------------
Summary: PoolEntry's expiry information is never updated
Key: HTTPASYNC-28
URL: https://issues.apache.org/jira/browse/HTTPASYNC-28
Project: HttpComponents HttpAsyncClient
Issue Type: Bug
Reporter: Daniel Kulp
Attachments: patch.txt
The PoolingClientAsyncConnectionManager.releaseConnection method calls
managedConn.detach() which detaches the entry. However, it then calls "isOpen"
on it which requires it to be attached in order to determine if it's open or
not. With it not open, the expiry values are never updated.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]