-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this shows no improvement btw, maybe on yasync it does This revealed a race condition in the stream recv transition. Raises cause race conditions as they are Future.fail() calls that set callbacks to continue later. In the meantime an END_STREAM may have been sent. So the RST won't be sent. But I think this does not matter. The only time RST won't be sent is if the stream got closed, which gives the same result: the stream is closed. However, this makes the h2spec fail.
- Loading branch information
Showing
2 changed files
with
72 additions
and
76 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
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