netty5/codec-http2
nmittler 5b1d50fa7c Changing HTTP/2 inbound flow control to use Http2FrameWriter
Motivation:

This is just some general cleanup to get rid of the FrameWriter inner
interface withing Http2InboundFlowController.  It's not necessary since
the flow controller can just use the Http2FrameWriter to send
WINDOW_UPDATE frames.

Modifications:

Updated DefaultHttp2InboundFlowController to use Http2FrameWriter.

Result:

The inbound flow control code is somewhat less smelly :).
2014-08-25 07:28:07 -07:00
..
src Changing HTTP/2 inbound flow control to use Http2FrameWriter 2014-08-25 07:28:07 -07:00
pom.xml Upgrading to HTTP/2 draft 14 framing 2014-08-18 07:39:36 -07:00