servo/tests/wpt/web-platform-tests/fetch/content-encoding/resources/bad-gzip-body.py

3 lines
114 B
Python

def main(request, response):
headers = [("Content-Encoding", "gzip")]
return headers, "not actually gzip"