netty5/codec-http/src
Norman Maurer 9ef83234f3 Add tests for HttpObjectDecoder related to limits
Motivation:

HttpObjectDecoder will throw a TooLongFrameException when either the max size for the initial line or the header size was exceeed. We have no tests for this.

Modifications:

Add test cases.

Result:

More tests.
2017-11-28 13:38:01 +01:00
..
main/java/io/netty/handler/codec Optimize DefaultHeaders#toString and implement HttpHeaders#toString 2017-11-22 08:42:59 +01:00
test Add tests for HttpObjectDecoder related to limits 2017-11-28 13:38:01 +01:00