You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
I actually does hurt to have it - see #4876. The action results should only disable buffering if it's necessary for them to function correctly, but it shouldn't be done as an optimization because it's counteracting the app dev's choice to add buffering middleware.
Calling flushasync on the response body when you don't need to fits into the same category.
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
The text was updated successfully, but these errors were encountered: