Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Shorten keys to save bytes
  • Loading branch information
eps1lon committed Aug 8, 2024
commit 0121db4d88fa5d6e15c7fe2a63b2cbd47fa8274c
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