Skip to content

Commit 6b9fa33

Browse files
authored
fix: temporary workaround for CDN compression bug (#80)
1 parent e18de13 commit 6b9fa33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/run/handlers/server.ts

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ export default async (request: Request) => {
4747
// console.log('Modified response headers:', JSON.stringify(event.headers, null, 2))
4848
})
4949

50+
// temporary workaround for https://linear.app/netlify/issue/ADN-111/
51+
delete req.headers['accept-encoding']
52+
5053
try {
5154
// console.log('Next server request:', req.url)
5255
await nextHandler(req, resProxy)

0 commit comments

Comments
 (0)