Re: FileContentDecoder.transfer

2008-06-09 Thread Oleg Kalnichevski
On Mon, 2008-06-09 at 12:34 -0400, Sam Berlin wrote: > 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 FileChan

FileContentDecoder.transfer

2008-06-09 Thread Sam Berlin
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 beforeha