-
-
Notifications
You must be signed in to change notification settings - Fork 37.4k
The desiredSize of Writable.toWeb() is incorrect #56269
Copy link
Copy link
Closed as not planned
oven-sh/bun
#34593Closed as not planned
Copy link
Labels
staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.web streamsIssues and PRs related to the Web Streams API.Issues and PRs related to the Web Streams API.
Description
Activity
Metadata
Metadata
Assignees
Labels
staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.web streamsIssues and PRs related to the Web Streams API.Issues and PRs related to the Web Streams API.
Version
v22.12.0
Platform
No response
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
always
What is the expected behavior? Why is that the expected behavior?
I think
writer.desiredSizeshould be equal tohighWaterMark - odeWriteable.writableLengthOtherwise, after the Writable.toWeb() conversion, the buffer queue for the writable stream is expanded
What do you see instead?
none
Additional information
No response