-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some Task allocations from JsonWebTokenHandler (#2167)
These methods are all private and all of the call sites directly await them. They can be ValueTasks to avoid allocating on the synchronously-completing path (which I see happening reasonably frequently in traces).
- Loading branch information
1 parent
57649a7
commit e929126
Showing
1 changed file
with
8 additions
and
9 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