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

Initial implementation for streams with http2 module #235

Merged
merged 4 commits into from
Mar 18, 2024

Conversation

ptpaterson
Copy link
Contributor

@ptpaterson ptpaterson commented Mar 8, 2024

Ticket(s): FE-4969

Problem

The first iteration of v10 streaming did provide a default implementation for Node.js

Solution

Add a streaming implementation to the NodeHTTP2Client class

Result

V10 streams can be used in Node.js by default

Out of scope

There are changes to the error shape on the core side that might not initially be incorporated here.

Testing

I am running tests with a Node.js script running locally on my machine.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ptpaterson ptpaterson marked this pull request as ready for review March 8, 2024 21:03
@ptpaterson ptpaterson merged commit 4cb5eaa into streaming-fetch Mar 18, 2024
5 of 6 checks passed
@ptpaterson ptpaterson deleted the streaming-node branch March 18, 2024 20:37
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.

1 participant