forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ByteBuf leak in Http2ControlFrameLimitEncoderTest (netty#9466)
Motivation: We recently introduced Http2ControlFrameLimitEncoderTest which did not correctly notify the goAway promises and so leaked buffers. Modifications: Correctly notify all promises and so release the debug data. Result: Fixes leak in HTTP2 test
- Loading branch information
1 parent
1fa7a5e
commit 1cce3b1
Showing
1 changed file
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters