aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe.../ViewFeatures
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
..
DefaultDisplayTemplatesTest.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
DefaultEditorTemplatesTest.cs
DefaultHtmlGeneratorTest.cs
ExpressionMetadataProviderTest.cs
SaveTempDataFilterTest.cs
SessionStateTempDataProviderTest.cs
StringCollectionTextWriterTest.cs
StringHtmlContentTest.cs
TempDataDictionaryTest.cs
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs Changes per PR comments 2015-09-17 15:42:58 -07:00
ViewDataOfTTest.cs
ViewExecutorTest.cs Asynchronously flush the HttpResponseStreamWriter after a view has been rendered. 2015-09-25 21:07:15 -07:00