Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: clone response in first handler to prevent race (#70082) #70649

Merged
merged 5 commits into from
Oct 1, 2024

Commits on Sep 30, 2024

  1. fix: clone response in first handler to prevent race (vercel#70082)

    This fixes a race where if the body was resolved before the clone
    operation, it would clone later, resulting in an error being thrown due
    to the body already being consumed.
    # Conflicts:
    #	packages/next/src/server/lib/patch-fetch.ts
    wyattjoh authored and ijjk committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b9f6e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ad74fa View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fix backport

    ijjk committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a34777b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ijjk/backport-fix-res-clone' of github.com:ijjk/next.js…

    … into ijjk/backport-fix-res-clone
    ijjk committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0364e9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f3ecff View commit details
    Browse the repository at this point in the history