netty5/example/src/main
Norman Maurer 4a5340eae7 Fix IndexOutOfBoundsException in HelloWorldHttp2Handler
Motivation:

We need to duplicate the buffer before passing it to writeBytes(...) as it will increase the readerIndex().

Modifications:

Call duplicate().

Result:

No more IndexOutOfBoundsException when runing the multiplex example.
2016-09-16 16:21:53 -07:00
..
java/io/netty/example Fix IndexOutOfBoundsException in HelloWorldHttp2Handler 2016-09-16 16:21:53 -07:00
resources Add HTTP/2 Netty tiles example 2015-05-18 14:16:54 -07:00