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 broken HTML inlining of non UTF-8 decodable binary data from Flight payload #65664

Merged
merged 6 commits into from
May 15, 2024

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    7af075b View commit details
    Browse the repository at this point in the history
  2. improve inlining

    shuding committed May 12, 2024
    Configuration menu
    Copy the full SHA
    596f012 View commit details
    Browse the repository at this point in the history
  3. add test

    shuding committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d0416ce View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    15160d0 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. revert leftover edit

    shuding committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3bf3976 View commit details
    Browse the repository at this point in the history
  2. Separate app router cache entries from pages and use buffer (#65808)

    Continues https://github.com/vercel/next.js/pull/65664/files and fixes
    use stringifying the RSC payload un-necessarily which is causing
    encoding issues.
    ijjk authored May 15, 2024
    Configuration menu
    Copy the full SHA
    6c519d4 View commit details
    Browse the repository at this point in the history