Skip to content

Commit 321ec91

Browse files
authored
Update RequestDelegateFactory.cs (#41371)
1 parent d6ea6d7 commit 321ec91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Http.Extensions/src/RequestDelegateFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,6 +1788,7 @@ static async Task ExecuteAwaited(ValueTask task)
17881788
if (task.IsCompletedSuccessfully)
17891789
{
17901790
task.GetAwaiter().GetResult();
1791+
return Task.CompletedTask;
17911792
}
17921793

17931794
return ExecuteAwaited(task);

0 commit comments

Comments
 (0)