We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bfb5d commit 8b576d9Copy full SHA for 8b576d9
.changeset/mjwbenton.md
@@ -0,0 +1,5 @@
1
+---
2
+"@opennextjs/aws": patch
3
4
+
5
+fix content-length incorrectly set in proxyRequest
packages/open-next/src/core/routing/util.ts
@@ -181,6 +181,7 @@ function filterHeadersForProxy(
181
"x-cache",
182
"transfer-encoding",
183
"content-encoding",
184
+ "content-length",
185
];
186
Object.entries(headers).forEach(([key, value]) => {
187
const lowerKey = key.toLowerCase();
0 commit comments