Go to file
Trustin Lee c4bfb45183 Fixed issue: NETTY-165 FrameDecoder and ReplayingDecoder must call decodeLast even if there's no data in the buffer.
* Made sure decodeLast() is called even if the cumulative buffer is empty so that a decoder implementation always get notified when the connection is closed
* Updated Javadoc to explain that the buffer can be empty
2009-06-04 06:00:26 +00:00
license * Added XNIO dependency (optional) 2009-02-17 10:22:53 +00:00
src Fixed issue: NETTY-165 FrameDecoder and ReplayingDecoder must call decodeLast even if there's no data in the buffer. 2009-06-04 06:00:26 +00:00
.fbfilter.xml Updated FindBugs filter 2009-04-15 23:46:33 +00:00
.fbprefs Updated Find Bugs configuration 2009-03-04 10:33:09 +00:00
.gitignore Added .gitignore 2009-01-16 00:57:03 +00:00
COPYRIGHT.txt Explicitly specified minimum LGPL version in COPYRIGHT.txt 2008-12-17 10:23:47 +00:00
LICENSE.txt Initial import. Needs to: 2008-08-08 00:37:18 +00:00
NOTICE.txt * Added XNIO dependency (optional) 2009-02-17 10:22:53 +00:00
pom.xml [maven-release-plugin] prepare for next development iteration 2009-05-22 08:49:20 +00:00