Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Http2FrameCodecBuilder.autoAckSettingsFrame(...) must be public (nett…
…y#9295) Motivation: b3dba31 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.
- Loading branch information