Incorrect calculation of IoSession.writtenMessages()
----------------------------------------------------

                 Key: DIRMINA-285
                 URL: http://issues.apache.org/jira/browse/DIRMINA-285
             Project: Directory MINA
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0
            Reporter: Trustin Lee
         Assigned To: Trustin Lee
             Fix For: 1.0.1


IoSession.writtenMessages are updated by ProtocolCodecFilter.  This means that 
the value of 'writtenMessages' is just the number of 'transformed' messages 
rather that the number of actually written messages.  writtenMessages should be 
increased in the I/O processor.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to