netty5/codec-http2
Scott Mitchell c8c69ae300 HTTP/2 Server Example Not Using Flow Controller
Motiviation:
The HTTP/2 server example is not using the outbound flow control.  It is instead using a FrameWriter directly.
This can lead to flow control errors and other comm. related errors

Modifications:
-Force server example to use outbound flow controller

Result:
-Server example should use follow flow control rules.
2014-10-13 13:44:31 +02:00
..
src HTTP/2 Server Example Not Using Flow Controller 2014-10-13 13:44:31 +02:00
pom.xml HTTP/2 Data Decompression 2014-09-14 08:43:13 -04:00