[
https://issues.apache.org/jira/browse/HTTPCORE-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCORE-351.
----------------------------------------
Resolution: Fixed
Patch committed with some minor changes.
Oleg
> BasicHttpContext#clear() Should Not Be Used
> -------------------------------------------
>
> Key: HTTPCORE-351
> URL: https://issues.apache.org/jira/browse/HTTPCORE-351
> Project: HttpComponents HttpCore
> Issue Type: Bug
> Components: HttpCore NIO
> Affects Versions: 4.2.5, 4.3
> Reporter: James Leigh
> Fix For: 4.3.1
>
> Attachments: HTTPCORE-351.patch
>
>
> HttpAsyncService.State.reset() should not call clear(), but instead
> initialize a new (empty) context object for use with sequent requests.
> Since HttpCore-nio is expected to be used in a multi-threaded environment,
> there is not guarantee that when exchange is over, the request/response is
> not still being processed (in another thread). Consider the situation when
> the client closes the TCP connection before the response is complete or when
> the response headers are ready, but the response entity is still being
> produced. In these situations clearing the HttpContext may have adverse
> effects in other threads that are still processing the request/response.
--
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]