0fb58d3c54
Motivation: At the moment HttpObjectDecoder does not limit the number of controls chars. These should be counted with the initial line and so a limit should be exposed Modifications: - Change LineParser to also be used when skipping control chars and so enforce a limit - Add various tests to ensure that limit is enforced Result: Fixes https://github.com/netty/netty/issues/10111