Skip to content

Commit de49e88

Browse files
committed
review
1 parent ffeb6a2 commit de49e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/http/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const parseHeaders = (
1515
}
1616
const keyLower = key.toLowerCase();
1717
/**
18-
* Next can return an Array for the Location header
18+
* 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()
1919
* We dont want to merge that into a comma-separated string
2020
* If they are the same just return one of them
2121
* Otherwise return the last one

0 commit comments

Comments
 (0)