dfeb4b15b5
Motivation: We incorrectly called frame.release() in onHttp2GoAwayFrame which could lead to IllegalReferenceCountExceptions. The call of release() is inappropriate because the fireChannelRead() in onHttp2Frame() will handle it. Modifications: - Not call frame.release() - Add a unit test Result: Fxies https://github.com/netty/netty/issues/7892. |
||
---|---|---|
.. | ||
src | ||
pom.xml |