netty5/codec
Trustin Lee a9948d681e Throw NoSuchBufferException instead of returning null
- Exception in this case makes a user less confusing
- To reduce the overhead of filling the stack trace,
  NoSuchBufferException has a public pre-constructed instance.
  - This is necessary because codec framework sometimes need to support
    both type of outbound buffers.
- Fixed a bug where SpdyFrameEncoder did not handle ping messages
- Reduced memory copy in codec embedder (EmbeddedChannel)
2012-05-29 17:25:09 -07:00
..
src Throw NoSuchBufferException instead of returning null 2012-05-29 17:25:09 -07:00
pom.xml Code cleanup 2012-03-30 12:48:28 +09:00