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

[Flight Reply] Encode binary streams as a single collapsed Blob #28986

Merged
merged 1 commit into from
May 8, 2024

Commits on May 3, 2024

  1. Encode binary streams as a single collapsed Blob

    Since we buffer anyway, we might as well combine the chunks of binary
    streams.
    
    Ideally, we'd be able to just use the stream from the Blob but Node.js
    doesn't return byob streams from Blob. Additionally, we don't actually
    stream the content of Blobs due to the layering with busboy atm. We could
    do that for binary streams in particular by replacing the File layering
    with a stream.
    sebmarkbage committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f6b75aa View commit details
    Browse the repository at this point in the history