This commit is contained in:
xljiulang 2021-08-10 22:05:51 +08:00
parent 147b59e536
commit 8f41552f7a

View File

@ -97,7 +97,7 @@ namespace FastGithub.ReverseProxy
}
var errorFeature = context.GetForwarderErrorFeature();
if (errorFeature == null)
if (errorFeature == null || context.Response.HasStarted)
{
return;
}