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.
Currently MVC responses use chunked encoding by default. This is a bit hard on clients and it also makes for poor error handling when an exception occurs during writing the response content. By default MVC responses should probably be buffered and then have a way to opt into chunked encoding as needed.
The text was updated successfully, but these errors were encountered:
Currently MVC responses use chunked encoding by default. This is a bit hard on clients and it also makes for poor error handling when an exception occurs during writing the response content. By default MVC responses should probably be buffered and then have a way to opt into chunked encoding as needed.
The text was updated successfully, but these errors were encountered: