netty5/codec-http
Trustin Lee 10f7a31908 Fixed SpdySessionHandlerTest / Fixed NPE in EmbeddedChannel
- Some tests like SpdySessionHandlerTest accesses outbound buffer
  even before the outbound buffer is initialized by
  AbstractEmbeddedChannel's subclasses, leading to NPE at <init>.
  To fix this problem, subclasses now pass the outbound buffer as
  a constructor parameter to AbstractEmbeddedChannel.
2012-06-07 21:33:31 +09:00
..
src Fixed SpdySessionHandlerTest / Fixed NPE in EmbeddedChannel 2012-06-07 21:33:31 +09:00
pom.xml Update license headers 2012-06-04 13:31:44 -07:00