React to HttpResponse.HeadersSent rename.

This commit is contained in:
Chris R 2015-06-15 18:29:20 -07:00
parent 296ec7736e
commit a668f4e1c0
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}
}
}
}