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(ext/node): out-of-order writes of fs.createWriteStream #23244

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Apr 5, 2024

This PR follows this fix (nodejs/node#52005) in Node.js.

Stream's construct callback happens one tick earlier by this change, and it prevents the reordering of the first few chunks in node:stream.Writable

closes #20284

Copy link
Contributor

@mmastrac mmastrac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kt3k kt3k merged commit 2670c1d into denoland:main Apr 8, 2024
17 checks passed
@kt3k kt3k deleted the issue-20284 branch April 8, 2024 03:47
satyarohith pushed a commit that referenced this pull request Apr 11, 2024
This PR follows this fix (nodejs/node#52005) in
Node.js.

Stream's construct callback happens one tick earlier by this change, and
it prevents the reordering of the first few chunks in
`node:stream.Writable`

closes #20284
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.

Node compatibility issue with handling multipart/form-data files
2 participants