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 race in http2 test (netty#12547)
Motivation: As we access the handler directly we need to ensure we wait until its added to the pipeline to eliminate races. Modification: Add latch to ensure we wait until the handlers are added Result: No more race in test
- Loading branch information
1 parent
1df9067
commit 1a3ca6d
Showing
1 changed file
with
9 additions
and
0 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