From dd3589ce345bcabe51563e1e1ac83797353baf8c Mon Sep 17 00:00:00 2001 From: Tero Saaristo Date: Thu, 5 Sep 2019 17:52:04 +0300 Subject: encoding: add support for zstd (zstandard) Handles zstandard-compressed bodies labeled as zstd. --- test/mitmproxy/net/http/test_encoding.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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): """ -- cgit v1.2.3