9ef83234f3
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.