diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2024-04-08 12:47:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 12:47:34 +0900 |
commit | 2670c1d580320ed01d3a7add27bc5db2a23ac80b (patch) | |
tree | 0bad7c76feaaa06c88cc42cafb8d7689a8e0f199 /ext/websocket/02_websocketstream.js | |
parent | 49f6e2e79e66fe2c456e8745e86cfd148a748c9d (diff) |
fix(ext/node): out-of-order writes of fs.createWriteStream (#23244)
This PR follows this fix (https://github.com/nodejs/node/pull/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
Diffstat (limited to 'ext/websocket/02_websocketstream.js')
0 files changed, 0 insertions, 0 deletions