diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2019-09-05 22:09:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-05 22:09:51 +0200 |
| commit | ede2d1b243713e847eff87aa8dc6913ab694b920 (patch) | |
| tree | 16f4ace19f153f6142fbe716b79b118252e4ee9f /test | |
| parent | ebfff8db761bf101ae46ac9ca0983408897baad2 (diff) | |
| parent | dd3589ce345bcabe51563e1e1ac83797353baf8c (diff) | |
| download | mitmproxy-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.py | 1 |
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): """ |
