ProrocolCodecFilter does not swallow the complete received buffer -----------------------------------------------------------------
Key: DIRMINA-633 URL: https://issues.apache.org/jira/browse/DIRMINA-633 Project: MINA Issue Type: Bug Affects Versions: 2.0.0-M3 Reporter: Emmanuel Lecharny Priority: Blocker Fix For: 2.0.0-M4 This is a major bug : when handling a buffer and calling the decoder, we may perfectly not use all the buffer. In this case, the current loop is exited, when it should be continued. If we have more than one protocol message in the buffer (something I'm currently experimenting with the LDAP protocol), we are losing some of them. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.