Open
Description
I looked into #710 (comment) a bit. Browser interoperability here is far from good. Interesting scenarios:
- gzip
- unknown
- gzip,unknown
- unknown,gzip
- deflate
- gzip,deflate
- gzip,gzip
- gzip listed a large number of times with the content encoded with gzip as many times (see https://bugzilla.mozilla.org/show_bug.cgi?id=1248577)
- having a response body of which only the first half is encoded (see https://bugs.chromium.org/p/chromium/issues/detail?id=654889)
Somewhat related:
- https://bugs.chromium.org/p/chromium/issues/detail?id=567163
- Content codings contract httpwg/http-core#58
It does not seem worth blocking #710 on this as it's an improvement over the status quo, but this could use more work.