netty5/codec-http2/src
Scott Mitchell a4ad68239e Http2ConnectionDecoder remove localSettings setter method
Motivation:
Http2ConnectionDecoder#localSettings(Http2Settings) is not used in codec-http2 and currently results in duplicated code.

Modifications:
- Remove Http2ConnectionDecoder#localSettings(Http2Settings)

Result:
Smaller interface and less duplicated code.
2016-08-10 12:23:03 -07:00
..
main/java/io/netty/handler/codec/http2 Http2ConnectionDecoder remove localSettings setter method 2016-08-10 12:23:03 -07:00
test Complete ChannelPromise for Http2WindowUpdateFrames in Http2FrameCodec. Fixes #5530 2016-07-15 17:29:41 +02:00