netty5/codec-http2/src
Norman Maurer e975c5f6fe Reduce objects by directly implement interface in internal implementations of DefaultHttp2RemoteFlowController
Motivation:

We can just implement the interfaces directly and so reduce object creation in DefaultHttp2RemoteFlowController.

Modifications:

Directly implement the interfaces.

Result:

Less object creation.
2018-01-26 18:33:58 -08:00
..
main/java/io/netty/handler/codec/http2 Reduce objects by directly implement interface in internal implementations of DefaultHttp2RemoteFlowController 2018-01-26 18:33:58 -08:00
test Http2MultiplexCodec.DefaultHttpStreamChannel.isOpen() / isActive() shoule be false when fireChannelActive() is called 2018-01-26 17:34:37 -08:00