Skip to content

Commit d79d333

Browse files
authored
fix: remove accepts encoding workaround (#264)
1 parent eb55abd commit d79d333

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/run/handlers/server.ts

-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ export default async (request: Request) => {
5151

5252
const resProxy = nextResponseProxy(res)
5353

54-
// temporary workaround for https://linear.app/netlify/issue/ADN-111/
55-
delete req.headers['accept-encoding']
56-
5754
// We don't await this here, because it won't resolve until the response is finished.
5855
const nextHandlerPromise = nextHandler(req, resProxy).catch((error) => {
5956
logger.withError(error).error('next handler error')

0 commit comments

Comments
 (0)