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 ffeb6a2 commit de49e88Copy full SHA for de49e88
packages/open-next/src/http/util.ts
@@ -15,7 +15,7 @@ export const parseHeaders = (
15
}
16
const keyLower = key.toLowerCase();
17
/**
18
- * Next can return an Array for the Location header
+ * Next can return an Array for the Location header when you return null from a get in the cacheHandler on a page that has a redirect()
19
* We dont want to merge that into a comma-separated string
20
* If they are the same just return one of them
21
* Otherwise return the last one
0 commit comments