Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 4a9d802

Browse files
committed
fix: allow transfer-encoding chunked headers
1 parent 7073efe commit 4a9d802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const hopHeaders = [
2323
"Proxy-Authorization",
2424
"TE",
2525
"Trailers",
26-
"Transfer-Encoding",
26+
// "Transfer-Encoding",
2727
"Upgrade",
2828

2929
// We don't want to trigger upstream HTTPS redirect

0 commit comments

Comments
 (0)