Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove double comparing of content out of the DefaultHttp2GoAwayFrame…
….equals() Motivation: In `DefaultHttp2GoAwayFrame.equals()` a content compared twice: explicitly and in the `super` method. Modifications: Remove explicit content comparision. Make `hashCode()` consistent with `equals()`. Result: A `DefaultHttp2GoAwayFrame.equals()` work faster.
- Loading branch information