netty5/codec-http/src
Scott Mitchell 3f82b53bae Add unit test for HttpObjectDecoder with message split on buffer boundaries
Motivation:
We should have a unit test which explicitly tests a HTTP message being split between multiple ByteBuf objects.

Modifications:
- Add a unit test to HttpRequestDecoderTest which splits a request between 2 ByteBuf objects

Result:
More unit test coverage for HttpObjectDecoder.
2016-12-20 12:59:00 -08:00
..
main/java/io/netty/handler/codec Added checkStartsWith option for WebSocketServerProtocolHandler 2016-12-20 10:53:33 +01:00
test Add unit test for HttpObjectDecoder with message split on buffer boundaries 2016-12-20 12:59:00 -08:00