stream-utils / inflation

Easily unzip an HTTP stream
MIT License
18 stars 4 forks source link

`Content-Encoding: identity` should be an acceptable encoding #13

Closed bminer closed 8 years ago

bminer commented 8 years ago

If the Content-Encoding header is "identity", this module should behave the same way as if the Content-Encoding header was set to an empty string. Currently, an error is thrown.

I can create a PR to fix this if you wish.