aspnetcore/test
Pranav K 6a0a24481a Asynchronously flush the HttpResponseStreamWriter after a view has been rendered.
This solves a perf issue for views which produce content that is smaller
than the buffer size of HttpResponseStreamWriter. In this case, the writer
ends up synchronously writing to the Response as part of Dispose which
affects perf.
2015-09-25 21:07:15 -07:00
..
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test
Microsoft.AspNet.Mvc.Core.Test Rewrite of validation 2015-09-25 16:56:42 -07:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test Rewrite of validation 2015-09-25 16:56:42 -07:00
Microsoft.AspNet.Mvc.Formatters.Json.Test
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests
Microsoft.AspNet.Mvc.IntegrationTests Rewrite of validation 2015-09-25 16:56:42 -07:00
Microsoft.AspNet.Mvc.Localization.Test
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.TestTelemetryListener.Sources
Microsoft.AspNet.Mvc.ViewFeatures.Test Asynchronously flush the HttpResponseStreamWriter after a view has been rendered. 2015-09-25 21:07:15 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Rewrite of validation 2015-09-25 16:56:42 -07:00
WebSites Rewrite of validation 2015-09-25 16:56:42 -07:00