netty5/codec-http2
Norman Maurer df4e236de2 Http2FrameCodecBuilder.autoAckSettingsFrame(...) must be public (#9295)
Motivation:

b3dba317d7 added AbstractHttp2ConnectionBuilder.autoAckSettingsFrame(...) as protected method and made it public for Http2MultiplexCodecBuilder. Unfortunally it did miss to also make it public in Http2FrameCodecBuilder

Modifications:

Correctly override autoAckSettingsFrame in Http2FrameCodecBuilder and so make it usable when building Http2FrameCodec.

Result:

Be able to also configure autoAckSettingsFrame when Http2FrameCodec is used.
2019-06-29 09:23:53 +02:00
..
src Http2FrameCodecBuilder.autoAckSettingsFrame(...) must be public (#9295) 2019-06-29 09:23:53 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00