netty5/example/src/main
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
..
java/io/netty/example HTTP/2 Server Example Not Using Flow Controller 2014-10-13 13:44:31 +02:00
resources/cors Fix most inspector warnings 2014-07-02 19:04:11 +09:00