netty5/example/src/main
Norman Maurer e94db103c9 Ensure flowController().writePendingBytes() is triggered when writing response in example
Motivation:

We called ctx.flush() which is not correct as it will not call flowController().writePendingBytes().

Modifications:

Call flush(ChannelHandlerContext) and so also call flowController().writePendingBytes().

Result:

Correct http2 example
2016-09-16 16:20:46 -07:00
..
java/io/netty/example Ensure flowController().writePendingBytes() is triggered when writing response in example 2016-09-16 16:20:46 -07:00
resources Add HTTP/2 Netty tiles example 2015-05-18 14:16:54 -07:00