netty5/codec-http2/src
durigon 282aa35682 Fix NPE in InboundHttp2ToHttpAdapter
Motiviation:

At the moment an NPE is thrown if someone tries to use the InboundHttp2ToHttpAdapter.

Modifications:
- Ensure the status was null in "InboundHttp2ToHttpAdapter::onPushPromiseRead" before calling "HttpConversionUtil.parseStatus" methods.
- Fix setting status to OK in "InboundHttp2ToHttpAdapter::onPushPromiseRead".

Result:
Fixes [#7214].
2017-09-17 09:07:11 -07:00
..
main/java/io/netty/handler/codec/http2 Fix NPE in InboundHttp2ToHttpAdapter 2017-09-17 09:07:11 -07:00
test Fix NPE in InboundHttp2ToHttpAdapter 2017-09-17 09:07:11 -07:00