-
-
Notifications
You must be signed in to change notification settings - Fork 35.2k
stream: destroy with callback #29180
Copy link
Copy link
Closed
Labels
streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.
Description
We have an undocumented internal API on destroy with the a second callback argument. In some cases it is possibly not required or incorrectly used.
- avoid in async iterator (stream: async iterator destroy compat #29176)
- avoid in net (net: use callback to properly propagate error #29178)
- avoid in stream base (stream: use callback to properly propagate error #29179)
- avoid or make monkey patch safe in
fsstreams - avoid in http2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.