You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "James Leigh (JIRA)" <ji...@apache.org> on 2013/09/25 17:56:04 UTC

[jira] [Created] (HTTPCORE-351) BasicHttpContext#clear() Should Not Be Used

James Leigh created HTTPCORE-351:
------------------------------------

             Summary: 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.3, 4.2.5
            Reporter: James Leigh
             Fix For: 4.3.1


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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org