netty5/example/src/main
Scott Mitchell 6b25909f6b HTTP/2 HelloWorld clear text NPE
Motivation:
HelloWorldHttp2Handler throws a NPE when converting from HTTP/1.x headers to HTTP/2 headers because there is no Host header.

Modifications:
- HelloWorldHttp2Handler should check if the Host header is present before setting it in the HTTP/2 headers

Result:
No more NPE in HelloWorldHttp2Handler.
2017-06-21 06:55:28 +02:00
..
java/io/netty/example HTTP/2 HelloWorld clear text NPE 2017-06-21 06:55:28 +02:00
resources fix the typos 2017-04-20 04:56:09 +02:00