aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe...
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
..
Internal
Properties
Rendering Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
ViewComponents
ViewEngines
ViewFeatures Asynchronously flush the HttpResponseStreamWriter after a view has been rendered. 2015-09-25 21:07:15 -07:00
ControllerTest.cs Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
ControllerUnitTestabilityTests.cs Renamed Controller.Context to Controller.HttpContext 2015-09-25 11:01:30 -07:00
Microsoft.AspNet.Mvc.ViewFeatures.Test.xproj
PartialViewResultTest.cs
RemoteAttributeTest.cs
Resources.resx
SkipStatusCodePagesAttributeTest.cs
ViewComponentResultTest.cs Fix #3111 - Don't trounce content-type in VCR 2015-09-21 23:20:20 -07:00
ViewComponentTests.cs
ViewResultTest.cs
project.json