netty5/example/src/main
Norman Maurer 580ac8cd41 Only flush on channelReadComplete(...) in http2 hello world examples.
Motivation:

In our http1 hello world example we only flush on channelReadComplete(...) to make better use of gathering writes. We should do the same in http2.

Modifications:

Only flush in channelReadComplete(...)

Result:

Better performance and more consistent examples.
2017-07-30 07:18:49 +02:00
..
java/io/netty/example Only flush on channelReadComplete(...) in http2 hello world examples. 2017-07-30 07:18:49 +02:00
resources fix the typos 2017-04-20 04:56:09 +02:00