netty5/codec-http2/src/test/java/io
nmittler 0d73907c58 Fixing NPE in StreamBufferingEncoderTest
Motivation:

The bufferingNewStreamFailsAfterGoAwayReceived method currently causes an NPE.

Modifications:

Fixed the test so that a valid ByteBuf is passed in.

Result:

The test no longer throws an NPE.
2015-07-20 13:47:26 -07:00
..
netty/handler/codec/http2 Fixing NPE in StreamBufferingEncoderTest 2015-07-20 13:47:26 -07:00