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.
2 parents 9838eff + c1f5e79 commit a66c3a3Copy full SHA for a66c3a3
src/handlers/handlerUtils.ts
@@ -53,7 +53,7 @@ export function constructRequest(
53
const headersToAvoidForCloudflare = ['expect'];
54
const headersToIgnore = [
55
...(env(c).CUSTOM_HEADERS_TO_IGNORE ?? []),
56
- headersToAvoidForCloudflare,
+ ...headersToAvoidForCloudflare,
57
];
58
headersToIgnore.push('content-length');
59
Object.keys(requestHeaders).forEach((key: string) => {
0 commit comments