aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTero Saaristo <tero.saaristo@gmail.com>2019-09-05 17:52:04 +0300
committerTero Saaristo <tero.saaristo@gmail.com>2019-09-05 17:52:04 +0300
commitdd3589ce345bcabe51563e1e1ac83797353baf8c (patch)
treeb49bd0ec98bf261990fbe764ae22aa24390d07dd /test
parent0b0b4ccba6ac8a85e5ab4555af3df9dc80a81380 (diff)
downloadmitmproxy-dd3589ce345bcabe51563e1e1ac83797353baf8c.tar.gz
mitmproxy-dd3589ce345bcabe51563e1e1ac83797353baf8c.tar.bz2
mitmproxy-dd3589ce345bcabe51563e1e1ac83797353baf8c.zip
encoding: add support for zstd (zstandard)
Handles zstandard-compressed bodies labeled as zstd.
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):
"""