Skip to content

Commit

Permalink
Shorten keys to save bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Aug 8, 2024
1 parent 6f68cde commit 0121db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/next/src/server/app-render/app-render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ interface ParseRequestHeadersOptions {
readonly isRoutePPREnabled: boolean
}

const flightDataPathHeadKey = 'flight-data-path-head'
const flightDataPathHeadKey = 'h'

interface ParsedRequestHeaders {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function errorMissingDefaultExport(pagePath: string, convention: string) {
)
}

const cacheNodeKey = 'cache-node'
const cacheNodeKey = 'c'

async function createComponentTreeInternal({
createSegmentPath,
Expand Down

0 comments on commit 0121db4

Please sign in to comment.