netty5/codec-http2/src
Scott Mitchell ce817e0d30 NullPointerException fix in http/2 codec
Motivation:
There is a NPE due to the order of builder initialization in the  class.

Modifications:
-Correct the ordering of initialization and building to avoid NPE.

Result:
No more NPE in  construction.
2014-10-09 18:13:57 -04:00
..
main/java/io/netty/handler/codec/http2 NullPointerException fix in http/2 codec 2014-10-09 18:13:57 -04:00
test/java/io/netty/handler/codec/http2 Simplifying and centralizing HTTP/2 exception handling logic 2014-10-09 11:46:06 -07:00