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

More fetch fixes #4

Closed
wants to merge 7 commits into from
Closed

More fetch fixes #4

wants to merge 7 commits into from

Commits on Jun 5, 2024

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

Commits on Jun 10, 2024

  1. Merge branch 'refs/heads/main' into fetch-rework

    # Conflicts:
    #	CMakeLists.txt
    tschneidereit committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    394f03d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    81391c8 View commit details
    Browse the repository at this point in the history
  2. Don't special-case TransformStream readables when streaming outgoing …

    …bodies
    
    This special-casing used to make sense in the JS-Compute runtime, where certain TransformStreams were more optimizable. It doesn't anymore, and in any case would have to come with actually reading from the stream, which the code as written before this patch didn't 🤷
    tschneidereit committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    16b28ea View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    8dc66e6 View commit details
    Browse the repository at this point in the history
  2. Improve handling of GC managed array buffers

    Specifically, some of the `noGC` guards had issues that could lead to panics during exception throwing, and some of the loops over multiple buffers where overly complex.
    tschneidereit committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7631f45 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/improved-gc-buffers-handling' …

    …into more-fetch-fixes
    noise64 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d33ce25 View commit details
    Browse the repository at this point in the history