aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2019-09-05 22:09:51 +0200
committerGitHub <noreply@github.com>2019-09-05 22:09:51 +0200
commitede2d1b243713e847eff87aa8dc6913ab694b920 (patch)
tree16f4ace19f153f6142fbe716b79b118252e4ee9f /test
parentebfff8db761bf101ae46ac9ca0983408897baad2 (diff)
parentdd3589ce345bcabe51563e1e1ac83797353baf8c (diff)
downloadmitmproxy-ede2d1b243713e847eff87aa8dc6913ab694b920.tar.gz
mitmproxy-ede2d1b243713e847eff87aa8dc6913ab694b920.tar.bz2
mitmproxy-ede2d1b243713e847eff87aa8dc6913ab694b920.zip
Merge pull request #3630 from tsaaristo/encode-zstandard
Add support for zstd Content-Encoding
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/net/http/test_encoding.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mitmproxy/net/http/test_encoding.py b/test/mitmproxy/net/http/test_encoding.py
index 8dac12cb..7f768f39 100644
--- a/test/mitmproxy/net/http/test_encoding.py
+++ b/test/mitmproxy/net/http/test_encoding.py
@@ -19,6 +19,7 @@ def test_identity(encoder):
'gzip',
'br',
'deflate',
+ 'zstd',
])
def test_encoders(encoder):
"""