bad-br-body.py (113B)
1 def main(request, response): 2 headers = [(b"Content-Encoding", b"br")] 3 return headers, b"not actually br"