netty5/codec-http2
nmittler 6409a5a1d5 Adding window maintenance flag to HTTP/2 inbound flow control
Motivation:

Currently, window maintenance is automatically performed when a flow
control window drops below half its initial size. We should provide a
way for advanced applications to determine whether or not this should be
done on a per-stream basis.

Modifications:

Modifying DefaultHttp2InboundFlowController to allow enabling/disabling
of window maintenance per stream.

Result:

Inbound flow control window maintenance will be dynamically
configurable.
2014-08-26 12:02:05 -07:00
..
src Adding window maintenance flag to HTTP/2 inbound flow control 2014-08-26 12:02:05 -07:00
pom.xml Upgrading to HTTP/2 draft 14 framing 2014-08-18 07:39:36 -07:00