We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb55abd commit d79d333Copy full SHA for d79d333
src/run/handlers/server.ts
@@ -51,9 +51,6 @@ export default async (request: Request) => {
51
52
const resProxy = nextResponseProxy(res)
53
54
- // temporary workaround for https://linear.app/netlify/issue/ADN-111/
55
- delete req.headers['accept-encoding']
56
-
57
// We don't await this here, because it won't resolve until the response is finished.
58
const nextHandlerPromise = nextHandler(req, resProxy).catch((error) => {
59
logger.withError(error).error('next handler error')
0 commit comments