Skip to content

Commit 2620db5

Browse files
committed
chore: fixed up comment
1 parent 958fb89 commit 2620db5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/runtime/src/templates/edge-shared/rsc-data.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ export const getRscDataRouter = ({ routes: staticRoutes, dynamicRoutes }: Preren
6262
const url = new URL(request.url)
6363

6464
// Set the 'vary' header to 'RSC' to ensure that we cache correctly for the different
65-
// possible mime types: application/octet-stream and text/html
66-
// See https://github.com/netlify/pod-ecosystem-frameworks/issues/352#issuecomment-1450364417
65+
// possible content-types: application/octet-stream and text/html
6766
request.headers.set('vary', 'RSC')
6867

6968
// If this is a static RSC request, rewrite to the data route

0 commit comments

Comments
 (0)