netty5/codec-http2/src
Norman Maurer 2988fb8eeb 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.
2017-08-01 07:07:05 +02:00
..
main/java/io/netty/handler/codec/http2 Ensure Http2FrameCodec uses Http2Settings.defaultSettings() 2017-08-01 07:07:05 +02:00
test Http2ConnectionHandler: allow graceful shutdown to wait forever 2017-07-26 20:40:24 +02:00