netty5/example
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
..
src/main Ensure flowController().writePendingBytes() is triggered when writing response in example 2016-09-16 16:20:46 -07:00
.gitignore [#844] [#867] Add UDT transport 2013-01-07 21:06:22 +01:00
pom.xml Remove OSGi import of JCTools since it is shaded. 2016-09-13 15:21:34 -07:00