.PoolEntry.state is not thread-safe
-----------------------------------
Key: HTTPCORE-279
URL: https://issues.apache.org/jira/browse/HTTPCORE-279
Project: HttpComponents HttpCore
Issue Type: Bug
Components: HttpCore
Reporter: Sebb
Priority: Minor
The field .PoolEntry.state is not thread-safe.
Its parent class is documented as being thread-safe, but access to state is not
synchronised, and the field is not volatile.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]