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. |
||
|---|---|---|
| .. | ||
| DefaultDisplayTemplatesTest.cs | ||
| DefaultEditorTemplatesTest.cs | ||
| DefaultHtmlGeneratorTest.cs | ||
| ExpressionMetadataProviderTest.cs | ||
| SaveTempDataFilterTest.cs | ||
| SessionStateTempDataProviderTest.cs | ||
| StringCollectionTextWriterTest.cs | ||
| StringHtmlContentTest.cs | ||
| TempDataDictionaryTest.cs | ||
| ViewDataDictionaryOfTModelTest.cs | ||
| ViewDataDictionaryTest.cs | ||
| ViewDataOfTTest.cs | ||
| ViewExecutorTest.cs | ||