netty5/example/src/main
Norman Maurer 1e8a2e69db [#3592] Flush when writing HttpChunkedInput
Motivation:

We missed to flush the channel when using HttpChunkedInput (this is done when using SSL). This will result in a stale.

Modifications:

Replace ctx.write(...) with ctx.writeAndFlush(...)

Result:

Correctly working example.
2015-04-10 21:19:25 +02:00
..
java/io/netty/example [#3592] Flush when writing HttpChunkedInput 2015-04-10 21:19:25 +02:00
resources Add logLevel property to enable different log levels for the examples. 2014-11-21 10:48:57 +09:00