[whatwg/fetch] handling unknown content codings (#989)

This (https://fetch.spec.whatwg.org/#handle-content-codings):

> If codings are not supported, then return bytes. 

seems to suggest that upon processing a body, unknown content codings should be ignored. That would be bad; if a payload has a content coding, and the recipient does not understand it, it needs to be an error; just returning "bytes" would be incorrect.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/989

Received on Monday, 6 January 2020 14:29:30 UTC