summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/content-encoding/zstd/resources/bad-zstd-body.py
blob: 496f26881dc9574f8e8f3fcc04c49fa4145c8a20 (plain)
1
2
3
def main(request, response):
    headers = [(b"Content-Encoding", b"zstd")]
    return headers, b"not actually zstd"