Skip to content

When server's Content-Encoding: GZip, response won't decompress #661

@jesseky

Description

@jesseky

headers.get('Content-Encoding') didn't automatically convert to lower case.

So, may be we can manually convert capitalization:

file src/index.js, line 197:
const codings = headers.get('Content-Encoding').toLowerCase();

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions