netty5/codec-http2/src
Jakob Buchgraber fe12d08efe Remove dead code from DefaultHttp2ConnectionEncoder.
Motivation:

There are two writeRstStream methods in the DefaultHttp2ConnectionEncoder.
One of the two is neither used nor part of the Http2FrameWriter interface.

Modifications:

Delete the method.

Result:

Fewer lines of dead code.
2015-03-14 09:02:45 -07:00
..
main/java/io/netty/handler/codec/http2 Remove dead code from DefaultHttp2ConnectionEncoder. 2015-03-14 09:02:45 -07:00
test/java/io/netty/handler/codec/http2 Fix premature cancelation of pending frames in HTTP2 Flow Control. 2015-03-10 12:35:13 -07:00