]> git.feebdaed.xyz Git - 0xmirror/mitmproxy.git/commit
fixes gzip decoding issue. (#7940)
authorAditya <161931434+AdityaPatadiya@users.noreply.github.com>
Sun, 9 Nov 2025 14:36:54 +0000 (20:06 +0530)
committerGitHub <noreply@github.com>
Sun, 9 Nov 2025 14:36:54 +0000 (14:36 +0000)
commitc356c40b652a5742bd2bd2b2cb64f89a1e3aeba1
tree73f9bda1f2ed99dc4c6722800835a96d038e62ef
parente19a5cef04f6915bf37751f0c7376cf6fed8aa9d
fixes gzip decoding issue. (#7940)

* fixes gzip decoding issue.

* [autofix.ci] apply automated fixes

* comment added and handle error more precisely.

* uses +47 range value.

* review change done.

* [autofix.ci] apply automated fixes

* Update mitmproxy/net/encoding.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* tests++

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
CHANGELOG.md
mitmproxy/net/encoding.py
test/mitmproxy/net/test_encoding.py