Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
fetch
/
content-encoding
/
zstd
/
resources
/
bad-zstd-body.py
blob: 496f26881dc9574f8e8f3fcc04c49fa4145c8a20 [
file
] [
log
] [
blame
] [
edit
]
def
main
(
request
,
response
):
headers
=
[(
b
"Content-Encoding"
,
b
"zstd"
)]
return
headers
,
b
"not actually zstd"