Skip to content
代码片段 群组 项目
未验证 提交 321ec912 编辑于 作者: James Newton-King's avatar James Newton-King 提交者: GitHub
浏览文件

Update RequestDelegateFactory.cs (#41371)

上级 d6ea6d72
No related branches found
No related tags found
无相关合并请求
......@@ -1788,6 +1788,7 @@ public static partial class RequestDelegateFactory
if (task.IsCompletedSuccessfully)
{
task.GetAwaiter().GetResult();
return Task.CompletedTask;
}
return ExecuteAwaited(task);
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册