fix #22
This commit is contained in:
parent
147b59e536
commit
8f41552f7a
@ -97,7 +97,7 @@ namespace FastGithub.ReverseProxy
|
|||||||
}
|
}
|
||||||
|
|
||||||
var errorFeature = context.GetForwarderErrorFeature();
|
var errorFeature = context.GetForwarderErrorFeature();
|
||||||
if (errorFeature == null)
|
if (errorFeature == null || context.Response.HasStarted)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user