CharsetDecoder in HttpDecoder is shared by multiple threads
-----------------------------------------------------------

                 Key: ASYNCWEB-20
                 URL: https://issues.apache.org/jira/browse/ASYNCWEB-20
             Project: Asyncweb
          Issue Type: Bug
          Components: Client
    Affects Versions: client-1.0.0
            Reporter: Sangjin Lee
            Assignee: Sangjin Lee


CharsetDecoder and CharsetEncoder are not safe for concurrent use.  However, 
the CharsetDecoder variable (decoder) in HttpDecoder is shared by multiple 
threads.  There is only one instance of HttpDecoder per AsyncHttpClient 
instance.  The CharsetDecoder object should not be shared by multiple threads.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to