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 was archived by the owner on Nov 20, 2018. It is now read-only.
Right now when trying to write strings to the output, there is lots of user code required to account for computing content-length, dealing with encoding etc.
The responsibility for this shouldn't be in MVC or user code, as its very error prone and repetitive code.
I realize this might belong in a helper library and not in abstractions, but we don't have that library anywhere I'm aware of.
The text was updated successfully, but these errors were encountered:
Right now when trying to write strings to the output, there is lots of user code required to account for computing content-length, dealing with encoding etc.
The responsibility for this shouldn't be in MVC or user code, as its very error prone and repetitive code.
I realize this might belong in a helper library and not in abstractions, but we don't have that library anywhere I'm aware of.
The text was updated successfully, but these errors were encountered: