1fb5ff15a8
Motivation: `DefaultHttp2UnknownFrame#equals` may produce NPE due to incorrect comparison of `stream` field. Modification: - Fix the `stream` field compare. - Cleanup usage of class fields: use direct access instead of getters (because the class is final). Result: No NPE in `equals` method. |
||
---|---|---|
.. | ||
src | ||
pom.xml |