2988fb8eeb
Motivation: Http2FrameCodec should use Http2Settings.defaultSettings() when no Http2Settings were specified by the user. Modifications: Replace new Http2Settings() with Http2Settings.defaultSettings() Result: Use correct Http2Settings by default when using Http2FrameCodec in all cases.