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 spec states the the server must support either Content-Encoding or Transfer-Encoding. This should allow it to work with HTTP/1.1 through HTTP/3 servers. Realistically I would expect most implementations to use content-encoding.
Maybe a better way would be to always require "Content-Encoding" and have "Transfer-Encoding" be optional since a server that only supports "Transfer-Encoding" doesn't make much sense.
Originally raised by Martin Thomson
The text was updated successfully, but these errors were encountered: