python-hyper / hyper

HTTP/2 for Python.
http://hyper.rtfd.org/en/latest/
MIT License
1.05k stars 191 forks source link

Fix crash on getting unsupported content-encoding #367

Closed viranch closed 6 years ago

viranch commented 6 years ago

Hyper currently crashes on seeing an unsupported content-encoding (eg, br).

This patch makes hyper silently ignore this and not attempt decompression.