netty5/example/src/main
nmittler 217d921075 Fix Http/2 example response timeout
Motivation:

The HTTP/2 example can timeout at the client waiting for a response due
to the server not flushing after writing the response.

Modifications:

Updated the server's HelloWorldHttp2Handler to flush after writing the
response.

Result:

The HTTP/2 example runs successfully.
2014-10-03 09:29:32 -07:00
..
java/io/netty/example Fix Http/2 example response timeout 2014-10-03 09:29:32 -07:00
resources/cors Fix most inspector warnings 2014-07-02 19:04:11 +09:00