summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/content-encoding/zstd/resources/bad-zstd-body.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/fetch/content-encoding/zstd/resources/bad-zstd-body.py')
-rw-r--r--testing/web-platform/tests/fetch/content-encoding/zstd/resources/bad-zstd-body.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/fetch/content-encoding/zstd/resources/bad-zstd-body.py b/testing/web-platform/tests/fetch/content-encoding/zstd/resources/bad-zstd-body.py
new file mode 100644
index 0000000000..496f26881d
--- /dev/null
+++ b/testing/web-platform/tests/fetch/content-encoding/zstd/resources/bad-zstd-body.py
@@ -0,0 +1,3 @@
+def main(request, response):
+ headers = [(b"Content-Encoding", b"zstd")]
+ return headers, b"not actually zstd"