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(node:http) fix node:http chunked encoding on server and add chunked encoding support on the client #15579

Merged
merged 15 commits into from
Dec 5, 2024

Conversation

cirospaciari
Copy link
Member

@cirospaciari cirospaciari commented Dec 4, 2024

What does this PR do?

This depends on or replaces: #15576

Fix: #11621
Fix: #8638
Fix: #11938
Fix: #7890
And of course the same ones as #15576:

Fix: #6017
Fix: #7206
Fix: #15022

Improve on: #9100

Probably #13778 should be merged after this if tests pass.

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

Tests

@Jarred-Sumner
Copy link
Collaborator

Are there node tests we can copy?

@cirospaciari cirospaciari force-pushed the ciro/duplex-streaming-node-http branch from 63d3ec9 to 0781956 Compare December 4, 2024 22:25
@Jarred-Sumner Jarred-Sumner merged commit dd5c40d into main Dec 5, 2024
65 of 67 checks passed
@Jarred-Sumner Jarred-Sumner deleted the ciro/duplex-streaming-node-http branch December 5, 2024 01:58
probably-neb pushed a commit to probably-neb/bun that referenced this pull request Jan 7, 2025
…ed encoding support on the client (oven-sh#15579)

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment