-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure we don't leak the request info if a request is cancelled
Our trivial RPC system used for the BuildHost only allows a request to be cancelled before it's sent along the wire -- once it's sent across then it's sent for good. But if it was cancelled, we didn't clean up the tracking for it. This was noticed while looking at a change that was potentially adding a cancellation token to the FlushAsync call (which is new in .NET 8.0) and generally ensuring we are explicit with our behavior there. Closes #71580
- Loading branch information
1 parent
abd72be
commit 9bb45d5
Showing
2 changed files
with
42 additions
and
5 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