mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-05-09 16:43:06 +08:00
- Don't fail to identity encoding when an unknown encoding is specified. - Don't constrain encodings. I want to try to modify traffic as little as possible by default. - When decoding, delete content-encoding header rather than set it to "identity" - Refuse to decode/encode when there is an existing but unknown content-encoding header.