netty5/codec-http/src/test/java/io/netty/handler/codec
Trustin Lee e376888d48 Replace 'Stream' with 'Byte'
- In computing, 'stream' means both byte stream and message stream,
  which is confusing.
- Also, we were already mixing stream and byte in some places and
  it's better use the terms consistently.
  (e.g. inboundByteBuffer & inbound stream)
2012-06-09 21:05:59 +09:00
..
http Replace 'Stream' with 'Byte' 2012-06-09 21:05:59 +09:00
spdy Fixed SpdySessionHandlerTest / Fixed NPE in EmbeddedChannel 2012-06-07 21:33:31 +09:00