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
The code can likely be simplified a bit now that only Content-Types of text/plain are allowed.
We may also want to enforce this requirement in the type checker, rather than a runtime check, to reduce the chance of this check accidentally being removed in the future, and other code assuming it is there.
The text was updated successfully, but these errors were encountered:
Context: #17122 (comment)
The code can likely be simplified a bit now that only
Content-Type
s oftext/plain
are allowed.We may also want to enforce this requirement in the type checker, rather than a runtime check, to reduce the chance of this check accidentally being removed in the future, and other code assuming it is there.
The text was updated successfully, but these errors were encountered: