-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Connection reuse is subject to a race condition where remote connection tear down races with reusing the connection for a new request. There were already locks in place for access to `$!next-response-vow` / `%!outstanding-stream-responses` but the lock didn't cover the check for `$!dead`, thus it was possible for the dead check to succeed, the connection being torn down and only then the next response vow to be taken.
- Loading branch information
1 parent
c9e2e64
commit 77969a9
Showing
1 changed file
with
51 additions
and
15 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