Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into michalpiechowiak/frb-…
Browse files Browse the repository at this point in the history
…1360-v15-canary-dynamic-routes-with-fallback-true-are-failing
  • Loading branch information
pieh committed Oct 16, 2024
2 parents f9b4de6 + 7e5253d commit 724bd32
Show file tree
Hide file tree
Showing 15 changed files with 655 additions and 215 deletions.
329 changes: 318 additions & 11 deletions e2e-report/package-lock.json

Large diffs are not rendered by default.

138 changes: 69 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"devDependencies": {
"@fastly/http-compute-js": "1.1.4",
"@netlify/blobs": "^8.0.1",
"@netlify/build": "^29.55.1",
"@netlify/build": "^29.55.2",
"@netlify/edge-bundler": "^12.2.3",
"@netlify/edge-functions": "^2.11.0",
"@netlify/eslint-config-node": "^7.0.1",
"@netlify/functions": "^2.8.2",
"@netlify/serverless-functions-api": "^1.30.0",
"@netlify/zip-it-and-ship-it": "^9.40.0",
"@netlify/serverless-functions-api": "^1.30.1",
"@netlify/zip-it-and-ship-it": "^9.40.2",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.51.0",
"@opentelemetry/resources": "^1.24.0",
Expand Down
2 changes: 1 addition & 1 deletion src/run/handlers/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default async (request: Request, context: FutureContext) => {

await adjustDateHeader({ headers: response.headers, request, span, tracer, requestContext })

setCacheControlHeaders(response.headers, request, requestContext)
setCacheControlHeaders(response, request, requestContext)
setCacheTagsHeaders(response.headers, requestContext)
setVaryHeaders(response.headers, request, nextConfig)
setCacheStatusHeader(response.headers)
Expand Down
Loading

0 comments on commit 724bd32

Please sign in to comment.