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)
|
||||
{
|
||||
if (context.Response.HeadersSent)
|
||||
if (context.Response.HasStarted)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
|
|
@ -48,4 +48,4 @@ namespace Microsoft.AspNet.Mvc.TestConfiguration
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue