This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Remove disable buffering feature from our action result classes #4766
Closed
Description
See https://github.com/aspnet/Mvc/blob/dev/src/Microsoft.AspNetCore.Mvc.Core/ContentResult.cs#L70
It's not implemented by any of our servers and we haven't figured out in detail how it would work, it doesn't hurt right now to have it, but it's a premature optimization. We can remove it at a later point