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

feat(node/stream): support writing multiple chunks #75

Merged
merged 1 commit into from
Feb 16, 2023
Merged

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Feb 16, 2023

resolves #https://github.com/unjs/nitro/issues/950

Support writing multiple chunks using res.write.

Note: This is a less efficient method of concatenating buffers each time but is compatible with the current direct fetch implementation that expects a (merged) body. Later improving stream support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

proxy is broken with direct fetch and streaming
1 participant