I'm fairly certain there's a bug IdentityDecoder & LengthDelimitedDecoder.transfer(FileChannel, position, count). If SessionInputBuffer.hasData() returns true, then an attempt is made to read from the SessionInputBuffer into the FileChannel, but the FileChannel is not positioned correctly beforehand, so the data will be written to an arbitrary location.
I'll write up a test shortly to confirm this, but wanted to send an email incase anyone can tell me I'm nuts and reading it wrong. Sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
