Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure Http2FrameCodec uses Http2Settings.defaultSettings()
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.
- Loading branch information