netty5/codec-http2/src/test/java/io
Scott Mitchell 41ee9148e5 HTTP/2 InboundHttp2ToHttpAdapterTest serverChannel NPE
Motivation:
InboundHttp2ToHttpAdapterTest.bootstrapEnv does not wait for the serverConnectedChannel to be initialized before returning. Some methods rely only this behavior and throw a NPE because it may not be set.

Modifications:
- Add a CountDownLatch to ensure the serverConnectedChannel is initialized

Result:
No more NPE.
2015-09-01 10:38:04 -07:00
..
netty/handler/codec/http2 HTTP/2 InboundHttp2ToHttpAdapterTest serverChannel NPE 2015-09-01 10:38:04 -07:00