React to HttpResponse.HeadersSent rename.
This commit is contained in:
parent
296ec7736e
commit
a668f4e1c0
|
|
@ -32,7 +32,7 @@ namespace Microsoft.AspNet.Mvc.TestConfiguration
|
||||||
}
|
}
|
||||||
catch (Exception exception)
|
catch (Exception exception)
|
||||||
{
|
{
|
||||||
if (context.Response.HeadersSent)
|
if (context.Response.HasStarted)
|
||||||
{
|
{
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue